I have a game that needs to run in standalone and multiplayer network modes. When the player prefab is instantiated in the standalone mode, the gameobject gets disabled (because it has the Network Identity script attached).
How do I fix this behavior?
How do I fix this behavior?