Implementing a collaboration view in which an invited player can see the exact same view as another player

Hello,
Hope everyone having a great day.
I wanted to implement a collaboration view so that a player who gets invited by another player will be able to see the same view as the other player. I already have PhotonEngine multiplayer implemented in my project. Can anyone tell me if the collaboration view is possible or not and if it is possible how can i implement it?

Thanks

Hi @Vivek_Kumar_Chaini!

It sounds like you just have to send the position and rotation of the camera from the player to the other player.

So yes, I think it’s possible.

1 Like

thanks its working :slight_smile: