- Home /
Problems with Dani's Karlson FPS Movement Controller
There may be a solution for this already, but i personally can't seem to find any...
So i used dani's karlson tutorial for fps movement link:this one here i think I've done everything correctly, but for some reason, when i enter play mode, the controls [w,a,s,d], don't work like their supposed to. for example, w doesn't make you move forward.
also, the camera object is in the character's head, but when i enter play mode, i don't know if the camera itself moves to somewhere else, but i see into the game map, and everything, from a position where the camera wasn't placed.
i'll add a few images to explain, but i just really need help.
Answer by WyZuxel · May 28, 2021 at 07:14 AM
It's probably a reference error withtin the hierachy. Make sure to asign the movement script to the "Player" object and then reference its children in the script from the Inspector Menu. The only script your camera should have is the "MoveLook" one.
Also, i reccomend that when running into problems with "Invisible" objects such as Cameras, you drag the "Game" tab to the side of the "Scene" window, so you can know what's happening there
yeah i fixed it was probably the same thing you say bcs when i kept resetting all of the setup after a few times it worked ty anyway