Search Unity

how to share ARPlane with gameObject to multi user

Discussion in 'AR' started by dailong, Aug 26, 2019.

  1. dailong

    dailong

    Joined:
    Jul 18, 2019
    Posts:
    6
    I have some game logic with ARplane, when i touch on plane, a monster gameobject will spawn. and i want to implement multi user AR like arfoundation-sample ARCollaborationDataExample. but in this example, It share via prefab in ARReferencePoint in ARReferencePointManager.

    How can i do that?