Mixed Reality app without boundary limit
Hi, we are building an MR/passthrough game meant to be played outdoors in large open areas. We found out that boundaries are limited to 10m by 10m which is hugely insufficient, as our game requires the players to move around a lot (easily in an area of a basketball or even a football field). We found out that we can disable the boundaries with the permission: <uses-feature android:name="com.oculus.feature.BOUNDARYLESS_APP" android:required="true" /> but when we try to publish the app, it gives an error: This APK includes experimental APIs (com.oculus.feature.BOUNDARYLESS_APP in AndroidManifest.xml).... APKs with experimental APIs cannot be pushed to public channels. how can we publish the game on Meta Quest store without the boundary limitation? PS: Arkio doesn't seem to have any boundaries so there must be a way. We are putting in place solutions to enable awareness of obstacles and hazards so it's not like we don't take safety seriously2.5KViews3likes3CommentsHide OVRScene object guardian outlines
I have an AR app where users interact with surfaces, but annoying outlines of OVRSceneAnchor objects are getting in the way. I don't want to have to ask users to enable developer mode and disable their guardians. Is there some way I can turn these guardian outlines off? The user already knows something is there because passthrough is enabled802Views0likes0Comments