Multiplayer First Person Game
Hello! I am making a 3-d multiplayer first person game for children. We have a 3-d environment and some characters in it. These characters are spawned by clicking on the picture of that character from a list that is shown at top left of the screen. The environment is shown with a camera with orthographic view.All this is done by an admin that will spawn some characters from screen for the children. Now each of these characters is with first person camera/controller that can be actually be moved by the players and these players are playing the game separately on their computers and also the admin can monitor the game of children. I want to actually implement this multiplayer thing, the rest is done. I'm learning the unity photon but don't really understand how to do this where we have an admin who can monitor the game and then a separate character for each of the children which he/she can play on his/her own computer. Please help any suggestions would be much appreciated.