Unable to jump with "when space key is pressed"

If I have the “when space key is pressed” in any part of my code, I’ll not be able to jump, is it possible to detect space bar while allowing me to jump?

I got the same problem.
Tried to implement a third person control and wanted to trigger certain animations when walking / jumping (when pressed space / w etc. )

This canceled the movement controls … didn’t investigate further though some hints how tob implement would be very welcome

This is correct - using the space bar key press event overrides the default code. You would need to implement your own jump action and add any additional functionality you want.

Geoff@TechLeap

1 Like