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

@@ -67,7 +67,7 @@ namespace HurricaneVR.Framework.Components
if (test.x > StartPosition.x || test.y > StartPosition.y || test.z > StartPosition.z)
{
transform.localPosition = StartPosition;
Rigidbody.velocity = Vector3.zero;
Rigidbody.linearVelocity = Vector3.zero;
}
}