Iam working AR android app using unity3d.In my app i want to show only horizontal planes but sample app provided by google vertical planes also detected.How can i disable vertical plane detection?
Hi, to disable vertical plane finding you have to set the Plane finding mode in your Session Configuration to Horizontal. Let me know if this helps.
i changed it from VerticalandHorizontal to Horizontal but its not worked.
You have to change the instance that you are using to connect to the session and not the default values in the source code. For example in our examples we use this asset. You can also create your own configuration for your app.
ok i was fixed the issue Thank you for your help.
Go to GoogleARCore-->Configurations-->DefaultSessionConfig and change PlaneFindingMode to Horizontal in Inspector window.
Most helpful comment
Go to GoogleARCore-->Configurations-->DefaultSessionConfig and change PlaneFindingMode to Horizontal in Inspector window.