Hi,
I’m trying to make a 2d side scroller. I want to make my character walk through/past a platform (so the character can backtrack to the beginning of the level etc), but when he jumps he can jump onto the platform. I know how i can get the character to walk past the platform by setting the box collision to ignoreonlypawn.
But i want the box collision to change to invisablewall when triggered so the charachter can jump on the platform.
How do i achieve this in blueprint??