#how can i make it so you can't stand on top of another character with collisions?

2 messages · Page 1 of 1 (latest)

void gazelle
#

Most games would handle this by detecing when a character is on top of another character and then sliding them in a direction so they get pushed off

#

If collisions between characters aren't important, you could also makes characters not collide to avoid this