https://playcanvas.com/editor/scene/1351504
i am in need of help i have been trying the first person tutorial here:First Person Movement | Learn PlayCanvas
my player object(capsule) keeps clipping trough the ground sprite. i have collisions enabled on both. how do i fix it.
Hello @SLAVRED0000N4SIR
and Welcome!
It seems like Rigidbody component is missing from ground Entity.
Select ground Entity and add Rigidbody component (Type - Static). It prevents other objects falling through ground entity.
It seems like camera is missing. Without camera you cant see the output.
Right click on Hierarchy Panel and add Camera.
If you having trouble then you can also Fork Tutorial: FPS Movement the actual project and use it.
1 Like
thanks so mcuh i hope this works