Help! Hello, how to penetrate a wall or wall, which is called a noclip in the game of unity?

alsya

Solid & Active Platinian
I have a question, how do I break through walls or walls in the Unity game? i have hooked the charactercontroller class method but my player just fell down, should i use collider function?
 
How about creating a small unity game, the only code you would put into it would be how to move a object so you can put a character (just a box) into a room and try to run thourgh the wall. you can also make everything easier for you by not compiling it into il2cpp.

But yea colider is the right path i would go with.
 
How about creating a small unity game, the only code you would put into it would be how to move a object so you can put a character (just a box) into a room and try to run thourgh the wall. you can also make everything easier for you by not compiling it into il2cpp.

But yea colider is the right path i would go with.
do you mean rigid body?
 
Back
Top Bottom