I want to add a collider to my bowl. So things can be placed in it, but how do i do that?
As i know there is box colider sphere, and some more but how do i add one to my bowl so i can still place things in it? do i just need to place coillider boxed until its covered what i want to cover? Please help me.
For irregularly shaped items you can use “Mesh collider”, which will create a collider shaped the way your mesh (bowl) is shaped.
The other way could be to create several box / sphere colliders and do it manually.
Well the mesh collider worked a bit, but not fully. And you can’t add mulitply components