Prefab disappearing.

Options
Hello,

So i am trying to use PUN for my unity networking. And i am starting my game and my prefab in my launcher script disappears but when i comment out PhotonNetowrk.ConnectUsingSettings();

The prefab stays

does anyone now why this is


Thanks
Yeahyeah213133

Comments

  • Tobias
    Options
    It's likely Unity categorizes it as DontDestroyOnLoad, which is a separate place in the hierarchy. It looks gone but isn't. Search in the hierarchy panel.