OnJoinedRoom not working.

Options

MonoBehaviourPunCallbacks is present. I don't know what's the problem.

Answers

  • Tobias
    Options

    Maybe you also override OnEnable() and don't call base. The MonoBehaviourPunCallbacks registers for callbacks and that would prevent it from doing so.