Using the photon Unity Networking, I am spawning the player game object in a multiplayer unity game. This spawned player game objects are cloned to all devices playing that game and joined same room.
My question is that how to make a particular game object which is a child of the spawned player game object completely private to the player which spawns that child game object. Nobody else can view it.