how do you make the mainlevelmesh solid?

Well I downloaded a mainlevelmesh prefab for a level i want for an fps game I’m making but when I test the level I just fall through the floor and what I want to do is make it solid.

2 Answers

2

Make sure you have a collider on your prefab, for levels you might want to use a Mesh Collider component, and for your character you would want to use another type of colliders.

Also; have you tried using the search button in the upper right corner?, im pretty sure you’re not alone with this problem :slight_smile:

I needed to use velocity and I just did not saw this mistake in my code. Thank you for the suggestion. :)

High light the prefab in ur project and go to FBX Importer and Toggle “Generate Collider” On

great.. please, mark it as correct answer so other people can find it out