Cant Add Component Rigidbody2D

Hi guys

When I try to add RigidBody2D to my Axe Projectile I m getting this message:

Cant add component ‘Rigitbody2D’ to Axe because it conflict with the existing 'BoxCollider" derrived component.

if there is a way to solve please send me a message . Thank you all.

1 Like

Hi @orchunc4,

Sounds like your Box collider is for 3d and not 2D, remove the box collider and add a 2D one then the rigidbody2D should work.

Jake

1 Like

exactly you are right , thank you very much Wadricks , Best Regards.

1 Like

Happy to help :slight_smile: