Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

AR Core - plane detection - VERTICAL ONLY detecting both vertical and horizontal

Discussion in 'AR' started by juliodutracora, Feb 3, 2020.

  1. juliodutracora

    juliodutracora

    Joined:
    Jun 11, 2019
    Posts:
    17
    Hi guys,

    I am developing this app using AR Foundation on Unity3D 2020.1.0a21.
    ARFoundation 3.0.1

    When I try to set detection mode to VERTICAL, it start detecting both.

    Code (CSharp):
    1.         _arPlaneManager.detectionMode = UnityEngine.XR.ARSubsystems.PlaneDetectionMode.Vertical;

    Additionally, i just realized that in the inspector is possible to set both (EVERYTHING):
    upload_2020-2-3_14-43-8.png

    BUT, in code, you only can set it separately:
    upload_2020-2-3_14-44-46.png


    i am very sure this is a bug, but....

    ...any thought about this bizarre problem?
     
  2. Saicopate

    Saicopate

    Joined:
    Sep 25, 2017
    Posts:
    76
    Did you figure this out?