Only the client master character is instantiated

BBFree

New member
Hey, i using Third Person Character Controller and PUN Add-on.


I developed a system that goes from Lobby to a "Pre-Game" scene and then, after a minimum number of players, they go to the game scene itself.

The problem is that in the third scene (game scene), only the client master player is instantiated, the rest do not instantiate and the following appears in the log:

error bbfree game 2.png
 
Based on that stack trace it doesn't look like there is anything from the PUN add-on. Based on that error it looks like you are trying to call a non-existant SetActiveRPC method.
 
Top