Search Unity

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?