Forum Discussion

Geralt2185's avatar
Geralt2185
Honored Guest
2 years ago

Application loads player away from player start position

Hi all,

 

When I play my application in VR Unreal engine editor all is fine but when I side load the APK into my headset:

 

  1. The player is rotated 180 degrees
  2. A few feet offset from the starting position 

Simply rotating player or changing starting player methods in UE dont seem to help. 

Any ideas?

Thank you

1 Reply

  • Actually think I solved it. You have to check tracking first on tick, once you get it you can call Reset orientation and rotation, seems to fix things. You would think there should be an OnTrackingObtained event?