I have a problem with Unity Unet. I am trying to spawn a player on the map. The player appears on the server and on the client, but I have the following error :
Found no receiver for incoming [xxxxxx] on playerPrefab, the server and the client should have the same NetworkBehaviour instances.
Do you know how to solve this problem?
EDIT :
Here are pictures of NetworkManager settings and PlayerPrefab settings