- Home /
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?
[1]: /storage/temp/168380-aruokabe-min.png
aruokabe-min.png
(184.1 kB)
Comment
Best Answer
Answer by suIly · Sep 29, 2020 at 06:19 PM
Figured it out, I just added added a boxCollider2D and Rigidbody2D onto the 3d Object and it collided like normal. :P