Forum Discussion
Nebouw
10 years agoExplorer
Change "Tracker sensor" device script (Unity 5.4.0f2)
Hey all,
I wan't to turn off the "reset position" in Unity when the Tracking sensor has moved 22.5 degrees.
We are a company who build a device for walking in scénes. At times we want to rotate the "Tracking sensor" around the player.
Every time we do that now, the "Tracking sensor" device reset the hmd. This gives a stutter and rotates the scene too.
How can we disable the function in Unity 5.4.0f2. (we used the native Oculus option in Unity
I wan't to turn off the "reset position" in Unity when the Tracking sensor has moved 22.5 degrees.
We are a company who build a device for walking in scénes. At times we want to rotate the "Tracking sensor" around the player.
Every time we do that now, the "Tracking sensor" device reset the hmd. This gives a stutter and rotates the scene too.
How can we disable the function in Unity 5.4.0f2. (we used the native Oculus option in Unity
4 Replies
Replies have been turned off for this discussion
- vrdavebOculus StaffTry making your Camera GameObject a child of another GameObject. Then you can watch for changes in the child's rotation and set the parent's transform to whatever you want.
- NebouwExplorerI tried that, but the stutter is still active by every turn
- FulbyHeroic ExplorerAre you reading the cam rotation in Update or LateUpdate? I had to use LateUpdate to remove jitter from a headlocked GUI, and it may be the same problem.
- NebouwExplorerHow do you script that?
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 12 years ago
- 13 years ago