HI, I am testing a vertical plane detection project.So after I detect a vertical plane there are multiple tracking (blue plane prefabs) still going on.How to turn off all blue plane prefabs and turn off plane detection.
HI, I am testing a vertical plane detection project.So after I detect a vertical plane there are multiple tracking (blue plane prefabs) still going on.How to turn off all blue plane prefabs and turn off plane detection.
The second half of this tutorial teaches you how to add a button that turns off the plane detection. You could even make an “invisible” button on the top of your screen to hide this functionality.
You would probably benefit from learning unity better so that simple questions like this don’t stump you.
Best of luck!
Thanks…Actually i hid the blue plane by using Gameobject.find and calling the blue plane prefab name…Hide using button is a good way thanks…
Thats not really a fix, you need to edit the Session configuration and re-run the session
I need to find the plane and stop it but the plane should be there since I need to place objects on the plane.So why rerun the session?Confused…