- Home /
Passing through wall
I need help my character is passing through wall of my house made in blender and exported to unity as object I generated colliders but then my character cant pass through the door of house I installed probuilder but what i have to do then to my character pass through door but not through walls. Please i am begginer at unity and if is something complicated explain it good enough.
Answer by YBtheS · Apr 07, 2018 at 07:24 PM
Are both your wall and your character using mesh colliders? If so, they will not collide.
Go to this link and scroll down to the "Collision action matrix" section to see what conditions need to be met for a collision to occur.
can you help how to do that i cant understand please i am begginer i will give you reputation if you help me
Sorry for the long overdue response. You must make sure that both colliders are not mesh colliders. You should be able to tell by selecting the character and going to the inspector. The same can be done for the house. If they are both mesh colliders, try setting the checkbox in the mesh collider section of the character to "convex".