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
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
Hi @MapleSryupDog and welcome!
Does your map entity have a rigidbody component and a collision component?
Yes
Alright, can you share the editor link of your project please?
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).