Wrong position when starting the game. Need help

Hi, community! I’ve got the problem with positioning of my player. When I started game, my player offsets a bit and the main problem - his hand too. Before start: z pos = 0.25 and after -0.002. How can I fix this problem?


Seems like your character is somewhat sunk into the floor (a bit hard to tell for sure from your screenshots). Collision detection will move it to a valid position as soon as the game starts.

Just move the player to a valid position yourself, one that doesn’t intersect the floor.