Search Unity

How to check if ground plane got detected?

Discussion in 'Vuforia' started by JannickL, Mar 11, 2019.

  1. JannickL

    JannickL

    Joined:
    May 18, 2016
    Posts:
    78
    Hey folks,
    I know how I can detect when an image target gets detected but how can I check if a ground plane got detected?

    Greets
     
  2. meedabit

    meedabit

    Official Vuforia Employee Vuforia

    Joined:
    Dec 8, 2016
    Posts:
    266
    Hello,

    I suggest that you review the GroundPlaneUI.cs script in our Unity Core samples. In this script, a method for determining if an augmentation should be placed uses the hit test and tracking status results.

    Thanks,
    Vuforia Engine Support