Comments

Log in with itch.io to leave a comment.

Are you using transform.translate or something cuz the player clips into walls. How do you jump? Also pressing x creates an error.

Hello! Sorry, I didn't expect anybody to find this. The character clips through walls because he's following the red ball. I'm using movetowards.

You need to use a controller to play this game, and it may not work on most  browsers. Apologies, i started development just today

Ah, no wonder. I was wondering about the ball. It definitely is an interesting approach, but maybe moveposition or addforce would be better. As for controllers, the new unity input system works wonders I tell ya. Try to look into that sometime.