Hi all…
I’m trying to create a simple multiplayer FPS using the Realistic FPS Prefab asset together with PUN+…
I’m totally new to this networking stuff… I’m trying to instantiate a prefab over the network, which works - my player spawns where intended, but he can’t move at all. The only thing that works is the MouseLook but I can’t walk, crouch, jump, shoot or anything…
Does the PhotonView need to be on every childobject of my Player Prefab?
If I don’t instantiate the player over the network, but drag the prefab onto the scene instead from the project folder - everything works just fine…