Reputation: 1
Scene is going up in space when apk is start up or player is going down at start up of scene in VR headset. There is no rigidbody applied on player. Please help There is no gravity or rigidbody applied to camera/player, scene. Please help.
Upvotes: -1
Views: 24
Reputation: 1
In VR, the camera's position and orientation can significantly affect how the scene appears to move or rotate. Since you mentioned there's no Rigidbody on the camera, consider adding one if necessary, but primarily focus on ensuring the camera's settings are correct. Even without explicitly setting up a Rigidbody component with gravity, Unity's physics engine might still apply some form of gravity simulation depending on the project settings and the presence of colliders.
Upvotes: 0