Hey guys,
I’m trying to hide ARPlanes so the user can’t see them but I don’t want them to be deactivated. I found
public void SetTrackablesActive(bool active)
but this method does deactivate the trackables/planes. Therefore when I used this method the ARPlanes were gone but I couldn’t also place any objects on the planes.
I thought of changing the visibility of ARPlanes in the ARPlaneMeshVisualizer class but I’m worried that isn’t the right way to go.
So I would really appreciate if someone could explain me how I could hide ARPlanes without deactivating them.
Thanks!
submitted by /u/faux190
[link] [comments]
Augmented Reality & /u/faux190