Hello guys,
first of all, I would like to thank you for the great support so far.
Second of all… I am having some problems during my game project due to the corners of the BoxCollider. To make it clear… imagine that the floor in my game consists of many entities that use BoxCollider to detect collision. These entities are placed horizontally and my main character walks over them.
The problem is that sometimes one of these entities is a little bit rotated, and my character’s BoxCollider collides with the floor horizontally (due to the corners being in contact).
How can I solve this problem elegantly? I believe it would be great to have a property on BoxCollider called radius, it would behave like the Rectangle.radius from QT documentation, making the shape a little bit rounded on the corners.
Thank you again.
-
This topic was modified 7 years, 7 months ago by
CiceroDev.