upgrade to unity 6.1

This commit is contained in:
2025-07-17 15:57:56 +02:00
parent 702b766981
commit eea0e3ffad
1167 changed files with 62538 additions and 8659 deletions

View File

@@ -103,7 +103,7 @@ namespace HurricaneVR.TechDemo.Scripts
state.Grabbable.transform.position = state.Position;
state.Grabbable.transform.rotation = state.Rotation;
state.Grabbable.transform.localScale = state.Scale;
state.Grabbable.Rigidbody.velocity = Vector3.zero;
state.Grabbable.Rigidbody.linearVelocity = Vector3.zero;
state.Grabbable.Rigidbody.angularVelocity = Vector3.zero;
}