Character moving away on spawn

Hi,
Ive been following the below set of tutorials and everything has been going fine until my player started flying off to an unknown location upon spawning in, does anyone have any idea ?

Thanks

Pic - https://flic.kr/p/

Tutorials - YouTube is not currently available on this device. - YouTube

hey,

this effect is usually caused by physics “acting up”. Make sure you are spawning your character above ground (e.g. make sure the player collider does not intersect with the ground upon spawning, don’t worry if it falls to the ground when you start the game).

If it doesn’t help, check out your physics/collision settings on your character. If that doesn’t work out either, please post more information and images, such as how do you have your character placed, collisions set up, physics set up, etc.

Hope it helps to get you started.