Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

DetectedPlane vertices not identified correctly when using Cloud Anchors

Discussion in 'AR' started by nataliw, May 22, 2019.

  1. nataliw

    nataliw

    Joined:
    Jul 22, 2016
    Posts:
    6
    Hi there,

    I'm generating objects at the vertices (via GetBoundaryPolygon) of the DetectedPlane (casting Trackable) in the Cloud Anchors scene, but the bounds of the DetectedPlane rendered do not match the position of the objects appearing on the spots where the vertices should be- it looks as if the DetectedPlane information does not get updated correctly on the cloud? Has anyone had a similar issue?

    I've tried same code on the ObjectManipulation scene at it works fine..

    Thanks

    N