Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Iv7n0vich's avatar
Iv7n0vich
Explorer
2 years ago

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