Ejemplo n.º 1
0
 void Update()
 {
     if (charaProvider.IsJumping())
     {
         Jump();
     }
     //Debug.Log("vec:"+GetComponent<Rigidbody2D>().velocity);
 }