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

C#
20

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 2d player jump in unity"

C# Answers by Framework

Browse Popular Code Answers by Language