Exemplo n.º 1
0
 public void OnImpactButtonPress()
 {
     _UnityChanScript.TriggerImpact();
 }
 private void OnParticleCollision(GameObject other)
 {
     Debug.Log("Ouch! A " + other.name);
     _UnityChanScript.TriggerImpact();
 }