hello guys, I am having some problems with my character launching or spawning in the game whenever i launch my project in the UE4 . therefore it continuously falls down and penetrates through the floor… and falls down
before
BEFORE
hello guys, I am having some problems with my character launching or spawning in the game whenever i launch my project in the UE4 . therefore it continuously falls down and penetrates through the floor… and falls down
before
BEFORE
seems like there is no collision on the floor, or what ever type of collision it is, is set to overlap the character.
so, can you please tell how to change it
You can toggle your level collision visibility in the top left corner of the viewport. Most static meshes have generated collision. See the collision section in the details panel of the object you placed in the world to check if it is enabled.
Note, that you not only need collision on your level architecture, but also on your player character. If you want to add collision to your player, just click on “add component” and filter by collision.