Forum Discussion
IseTM
2 years agoExplorer
MRUK Create a new Scene
The documentation (Docs Link) says: Using Mixed Reality Utility Kit, the function MRUKRoom.IsPositionInRoom(Vector3 pos) can be used to check whether the camera rig pose is present in the loaded sc...
- 1 year ago
You can use OVRScene.RequestSpaceSetup()
neurograph
1 year agoExplorer
Hi,
I have a scene that is working in one room and I would like it to rescan the scene or load a new scene from the device if I move into a new physical room (scanned and present on the device).
I am debugging the efficiency of MRUKRoom.IsPositionInRoom(Vector3 pos) by recoloring the EffectMesh...
But the below code does not what it should... Any Meta ppl can help??? Please...
if (!isInRoom)
{
_effectMesh.MeshMaterial.color = Color.green;
MRUK.Instance.ClearScene();
MRUK.Instance.LoadSceneFromDevice();
}
Thank you.
GL
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