Arcore-unity-sdk: How to disable vertical plane detection in arcore unity?

Created on 28 May 2018  路  5Comments  路  Source: google-ar/arcore-unity-sdk

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?

Most helpful comment

Go to GoogleARCore-->Configurations-->DefaultSessionConfig and change PlaneFindingMode to Horizontal in Inspector window.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fredsa picture fredsa  路  4Comments

SetoKaiba picture SetoKaiba  路  6Comments

tavilad picture tavilad  路  6Comments

tarakinsuide picture tarakinsuide  路  4Comments

iBicha picture iBicha  路  4Comments