Ejemplo n.º 1
0
 void BoostRandom()
 {
     _rigidbody.velocity = RandomEx.RangeVector2(Vector2.zero, Vector2.one) * 3f;
 }