Search Unity

Question A question about an collaboration program

Discussion in 'AR' started by youtosan0, Nov 28, 2022.

  1. youtosan0

    youtosan0

    Joined:
    Nov 28, 2022
    Posts:
    12
    Hello, everyone. I'm trying to make an AR collaboration program. I already have the game objects created and they work well. The question I have is how can I create a sub screen that can make the user see what other users in the same room are doing with the objects? I'm using photon for the network. For example, I have two users A and B in the same room, then A zooms in the object and B can see this action through a sub screen.
    Is there anyway I can approach this with photon?
     
  2. mikeyrafier98

    mikeyrafier98

    Joined:
    May 19, 2022
    Posts:
    37
    I think you want to make a multiplayer program, isn't it?

    If I remember correctly, in ARKit (iOS), we can use worldmap feature to share each anchor (it can be GameObject, etc.) one to another. In ARCore (Android), there is also a similar feature with cloud anchor, by using internet to share anchors to each other.

    You might want to see some demo videos first, e.g., from YouTube, etc.
    I think once it has click with you idea, you can see a brighter path in your project.

    Good luck!
     
  3. youtosan0

    youtosan0

    Joined:
    Nov 28, 2022
    Posts:
    12
    Is that possible to approach with Vuforia?