pluto So I have been trying to find a way to make a custom-shaped collider, what I mean by this are irregular shapes (like the most obscure shapes ever). Can someone help?
ackvonhuelio pluto I made a thing for collisions with any polygon, idk if that's what you're looking for tho Plus its KA not CDO
person i dont know how to do it but i personally but i would try making the collison box an oval that closely resembles the shape
person i would make two colliders, that are both rectangles and are set to follow the other one, so part1.x = part2.x; part1.y = part2.y + 50;
Blockyheadman person and if you're trying to go fine with it just use the least amount of colliders while getting the shape you want
Blockyheadman i say use the idea person had but make those sprites invisible and fit your player. i use invisible sprites a lot for colliders