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 have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

ARFoundation 2.1 - place an object relative to detected image

Discussion in 'AR' started by kexar66, May 28, 2019.

  1. kexar66

    kexar66

    Joined:
    Feb 27, 2013
    Posts:
    48
    I want to place a GameObject in the same position as detected image marker.

    I am using:
    Code (CSharp):
    1.  
    2. arSessionOrigin.MakeContentAppearAt(content,marker.position,marker.rotation);
    3.  
    But it does not work. Am I missing something?