Answers for "how to make the player jump unity 2d"

C#
7

unity 2d jump

rigidbody2D.AddForce(new Vector2(0, 10), ForceMode2D.Impulse);
Posted by: Guest on April-07-2021

Code answers related to "how to make the player jump unity 2d"

C# Answers by Framework

Browse Popular Code Answers by Language