so I was following a YouTube tutorial on the mecanim character controller. I followed all the steps using my own model but using the animation supplied in the tutorial project, I made progress but for some weird reason my player will not jump on command.
If i check the boolean “jump” in the parameters tab he plays the jump animation on loop just fine. But when i uncheck this and try to jump with space he just doesnt perform the action.
OK, I think I have the answer - in my naming of 'Base Layer" as ‘Base’ so it can be correctly referenced by the script I had an extra space character after ‘Base’ that is 'Base '. I removed that character and voila all works.
I’m not sure if I am right here, but I’ve a similar issue. after hitting the space bar, my character collapse, looks like is breaking his legs. I alredy tried diffrent jump-animations and took a look at the finishd tut, but there is the same issue. does have anybody an idea how to fix this?