Esempio n. 1
0
 void OnCollisionExit(Collision other)
 {
     if (other.transform.CompareTag("Player"))
     {
         player.DismountPlatformReset();
     }
     player.ApplyPlatformVelocity(calculatedVelocity);
 }