Forum Discussion
Iv7n0vich
2 years agoExplorer
RequestSceneCapture does not scan the room. (It only asks me to calibrate the floor and walls)
RequestSceneCapture does not scan the room. It only asks me to calibrate the floor and walls.
I am using:
Unity 2022.3.13f1
Meta XR All-in-One SDK 59.0.0
The only way I can get the game to work is to scan my room with First encounters beforehand.
Here is the difference between my application and First Encounters
My code:
var classifications = new[]
{
OVRSceneManager.Classification.Floor,
OVRSceneManager.Classification.GlobalMesh,
};
var sceneManager = FindObjectOfType<OVRSceneManager>();
sceneManager.RequestSceneCapture(classifications);
Replies have been turned off for this discussion
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
- 12 years ago