Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
daniel.822732's avatar
daniel.822732
Honored Guest
1 year ago

Can't enable the plane detection

Hi, what's the difference between running the app with windows as platform trough link and between setting the platform target as android?

I'm using meta quest 2 with passtrough trough meta quest link on windows 11, with unity version 2022.3.26f1

Currently I need the plane detection feature enabled but in the plugin settings I have the meta quest feature group only in the android settings not in the windows one.

I've already done the room scene setup with the meta quest 2 but using ar foundation and running this code I get that the xrplanesubsystem is not active

LoaderUtility
            .GetActiveLoader()?
            .GetLoadedSubsystem<XRPlaneSubsystem>() != null

 What can i do to get the plane detection feature enabled?

Replies have been turned off for this discussion