Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Network Manager persistent but not present on multiple scenes

Discussion in '5.3 Beta' started by blockimperium, Nov 23, 2015.

  1. blockimperium

    blockimperium

    Joined:
    Jan 21, 2008
    Posts:
    452
    When creating a new network game I am creating a network manager game object in the "load" scene and associating the various scripts with it. However the scene that is getting loaded does not retain that gameobject. However, I need access to scripts that I have attached to that GameObject as they are all associated with the network manager (like changing the level and such). The biggest problem is that Unity doesn't want me to have multiple copies of that