I want to use a flat 3d circle in my game. I need circle collider in 3D, but it doesn't exist in unity. I created circle with 500 vertices and added mesh collider. If I don't check convex it looks correct. With convex it changes to box collider. How can I make a circle collider?