How to make circle collider?

posible?

possible!

so noway to make circle yet?
thank you

Depends how many vertices you want to add…

image

2 Likes

Technically even in engines that may provide a circular collision box it is still a “square”, just with lots of vertices. Most renderers add a large amount of vertices to make a circle appear circular, but really its just a 10+ sided shape.

Not to mention that zooming in enough you’ll end up with square pixels at the edges.

If this is for a physics thing, such as wheels on a car, then use @LeakySafe’s or @anon14980890’s collision box design, it should to do the trick.