I got almost everything working with my character controller but I’ve hit a wall now.
The problem is, if a object moving in my direction (using built-in animation) and ‘hits’ me, it will go through me. but if i jump on it, i will collide normally.
Also, occasionally jumping on a rising platform causes me to fall through it
The character was mainly made by making a capsule and then Component->Character->FPS Input Controller. I modified the default character motor to make the jumping on walls thing, besides that i don’t think i have made any other modification.
Anyone know what might be causing this or how to fix it? (if possible, without having to scrap the character motor)
Youtube video showing the issue (you might need to stop the video to be able to read the comments at the end): - YouTube
Pastebin with the modified Character Motor class: Character Motor - Pastebin.com