Hello,
I was wondering if it is possible and how to have multiple players in a same room and having them share object locations ? For example someone taps on a plane (like a table) and the application instantiate a prefab representing a mug. Is it possible to have other players see that mug on the table ? I think sending the mug world position cannot not be enough because I’m not sure all players would have the same scene origin depending where they are in the room when they launch the application (that’s a guess).
So is this scenario possible ? How would you do that ?
thanks