First person character with no model can't jump

Sean221269

New member
If I create a first person character with no model, it won’t jump. The ‘jump’ ability has been added and is enabled.

Anyone know why?
 
The jump ability is waiting for an event. You can use a timer instead:

 
The documentation for Jump says to add the ability and "No extra setup is required – when the Jump button is pressed the jump ability will start." You should add a note that says to turn off "Wait For Animation Event" if there is no model, otherwise it won't work. Better still, turn it off by default if you create a character with no model.
 
Top