- Home /
Unity 2D Collider Safe Sizes
Does anyone know what sizes are safe for the 2D Colliders? For example, the minimum and maximum radius of a circle collider or the min/max x/y size values of a box collider before they start to act up due to rounding errors and other "fun" floating point issues?
I wanted to have everything normalized to around 1 unit of size.. however... the default camera is set up such that to make a character fit within it, the average size of a player (in a top down game, using a circle collider) would be about .4, with sword-like weapons having box collider values like (0.096, 1.68)
I'm a bit worried that this is two small.
Any advice?
I think that is probably fine, I've read that anything under 0.05 is too small. This is helpful for this problem: https://answers.unity.com/questions/954339/small-scale-2d-colliders-not-working.html
Your answer
Follow this Question
Related Questions
Problem with collision with two colliders simultaneously in Unity 2D 1 Answer
Creating 'redstone' like wires 1 Answer
Collider lets object through 0 Answers
2D Detect collisions of a 2D block only on left/right (not top/bottom) 0 Answers
Sprites not recognized as whole-spinning in different directions 0 Answers