Hi all, I'd like to use the sampleplayer controller in my first person game,but I don't need the player to jump. Is there a simple way to remove the jump function from the controller? I tried deleting part of the code but just got an error.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can either use the Player: Constrain Action to lock jumping, or just remove Jump from your list of defined inputs.