Jak stworzyć częściowy system, aby zniszczyć się po zakończeniu
GameObject explosion = Instantiate(_Explosion, transform.position, Quaternion.identity);
Destroy(explosion, explosion.GetComponent<ParticleSystem>().main.duration);
Wrong Wombat