- Home /
Question by
TPRammus · Aug 14, 2017 at 12:52 AM ·
triggerrigidbody2dtriggersboxcollider2dontriggerenter2d
BoxCollider2D, Trigger not working
My trigger seems to be not working at all. (I tested Debug.Log() and it is working correctly)
Player settings, Player script, Wall settings and Wall script (I had to upload it to Imgur due to the limitations here): Link
I would appreciate any help!
best regards, TPRammus
Comment
Best Answer
Answer by unidad2pete · Aug 14, 2017 at 01:20 AM
Your player dont have box collider.
Oh my god I didn't realize that a collider component is neccessary when you already have a RigidBody but that makes sense now.
Thank you very much!