Why am I falling through my map

Hello I am trying to make a game that has a map that first person my map is a 3dmodel what am i doing wrong

Game link: PlayCanvas | HTML5 Game Engine

1 Like

Hi @MapleSryupDog and welcome!

Does your map entity have a rigidbody component and a collision component?

1 Like

Yes

Alright, can you share the editor link of your project please?

Fair Warning I am new at this
https://playcanvas.com/editor/scene/1801834

At the moment your collision component is only a small box shape.

Instead of ‘Box’ you can choose for ‘Asset’ and attach the correct mesh to the component.

Alternatively you can use an empty entity with a rigidbody component and collision component and give this component the correct size so it match with your model(s).