private void Start() { if (playerEntry != null) { playerEntry.Init(); } objPooler = GetComponent <ObjectPooler>(); objPooler.Init(); }