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