private void Update() { if (Input.GetKeyDown(KeyCode.T)) { _emitter.Play(); } }
private void Update() { if (Input.GetButtonDown("Warp")) { _emitter.Play(); } }