Hello,
I am developing a game for fun. I was hoping to create a 2D platform game. For that I was trying the behaviours of the sprites. I have a character and a rock (2 objects).
The character has a Platform behaviour, the rock has a solid behaviour. However there is a space between the two objects. Is there any way to make the collision with the rock be polygon? I mean, close that space between the two objects.