Exemplo n.º 1
0
	void Awake()
	{
		if(PNInstance != null)
			GameObject.Destroy(PNInstance);
		else
			PNInstance = this;
		
		DontDestroyOnLoad(this);
	}
Exemplo n.º 2
0
	void OnEnable()
	{
		_gmCtrl = (PlusNetworkManager)target;
	}