Exemple #1
0
 // Use this for initialization
 void Start()
 {
     objectPoolManager = ObjectPoolingManager.instance;
 }
 //Set up our singlton to this on our awake!
 private void Awake()
 {
     instance = this;
 }