1
6. Unity project: Adding Rotation and Input
10:39
2
5. Unity project: Setting up Variables
9:19
3
3. Unity project: Transform Component and GameObject Window
9:45
4
2. Unity project: Learning Edit Window and Shortcut Keys
13:03
5
1. Creating a Unity Project
13:05
6
Unity project: Player Movement
11:17
Unity project: Added Jump
15:51
10
Project unity: Rotate our Coins
13:02
11
Unity project: Creating a State Machine
9:46
12
Unity project: Calling States
10:40
14
Unity project: Adding Line of Sight
13:13
15
Unity project: Adding Enemy Attack
9:36

Unity project: Added Jump

6 months ago
48

To do this, add a variable for the jump "base force", the "hold acceleration", and the "hold duration". When a user first presses the jump input, you can make the character jump regularly by assigning an upwards velocity equivalent to the jumping "base force" variable.

Loading comments...