Have sprite collide with 3d Object

Hi!
I have a sprite moving around in a 3D environment, basically cubes. I want my sprite to collide with the boxcolliders. My sprite already has a boxcollider and rigidbody2D. How can I do this?

Figured it out, I just added added a boxCollider2D and Rigidbody2D onto the 3d Object and it collided like normal. :stuck_out_tongue: