Make 'box' the default collider

We’ve learned that polygon colliders cause performance degradation due to the resulting computational complexity and that therefore we nearly always want to use box or circle colliders. Why not make box the default? This saves steps, helps beginners and gives us one less thing to have to remember.

1 Like

@auntiel. Yes, that’s a great idea. Thank you!

1 Like