Forum Discussion
LePython
2 years agoExplorer
How do I place objects in a room that can be moved (Not spatial anchors)
There is a tutorial on how to create an OVRSceneManager component, but after creating it and placing a cube in a scene, the cube isn't actually placed in a room like it should be. After taking off th...
- 2 years ago
When using Oculus link, the scene is being recentered automatically when headset is put on the head (Using stage tracking). Everything works correctly only when the project is built on the device. Meta if you are reading this, please add this either to the known issues in the docs or fix the oculus link so that it works normally.
SimonDarksideJ
2 years agoProtege
In my experience, if you want an object to persist in the scene view between runs/operations, then you need to anchor them to a plane.
The Phanto demo, in my experience, does a lot of weaving in and out objects and while the individual elements might not be anchored, they are placed on a plane that is anchored. If you want to replicate this, then I would suggest trying this method. (just remember to destroy the anchor if you then move it again 😄 )
Personally, my biggest issue is that the Scene meshes from the headset do not always align once you either take off the headset or restart it, usually raising the scene mech off the floor and rotating it when being localized (worse sometimes it only affects some of the room components).
LePython
2 years agoExplorer
Thank you for your explanation. I tried using the spatial anchors on oculus link and it works correctly, but even without the anchors the objects shouldn't change their position when the headset is taken off, but the app is still running (in sleep mode). I found out that this problem occurs only with Oculus Link.
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
- 2 years ago
- 2 years ago
- 4 years ago