- Home /
How to create a solid object in the canvas?
Hi, so basically I made my entire game on the canvas (I know that's stupid, but it's too late now) and I want a solid object. Also, this is a 2d game. The main problem is my main character is "Is Trigger" meaning it will go through objects. I tried making a child for it that was the same size with a rigid body and 2d collider, that didn't work either. Please help! 'm stuck!
it's been a while since i've done anything that wasn't "is trigger" but Im pretty sure all you have to do is uncheck the box under your collider "is trigger" and that makes it not pass through. then the permiter of it's collider that you've set is where it will stop moving through another object as long as both(maybe just one) have a rigidbody on
Hi surfuay, I did this but it still isn't working