Hi, I am currently making a 2D platformer game using Paper 2D. I am having problems with the CapsuleComponent, it's not giving me correct collision, my sprite doesn't want to touch the ground. In the following image you can see the CapsuleComponent and the sprite-box. The weird thing is that the collision works fine on the X axis (Left to right), but the cube sprite just doesn't want to touch the ground:
https://imgur.com/a/TuGxc
I have two questions regarding this topic.
1. Can I add a box collision since the character is going to be the red box?
2. If I can't add a box collision, why the heck is the CapsuleComponent acting up?
Thank you!
https://imgur.com/a/TuGxc
I have two questions regarding this topic.
1. Can I add a box collision since the character is going to be the red box?
2. If I can't add a box collision, why the heck is the CapsuleComponent acting up?
Thank you!
Comment