Page 1 of 1

How to move player character object?

Posted: Sun May 04, 2025 12:54 pm
by khazag169
I am currently trying to follow the tutorial below, but I am unable to move the player object. I have tried using WASD and the arrow keys, I have also tried including the new input system and chaning this to keyboard and nothing is working. Does anyone understand what I am doing wrong?


Re: How to move player character object?

Posted: Sun May 04, 2025 1:48 pm
by Tony Li
Hi,

This tutorial as-is uses Unity's built-in input manager, not the Input System package. Have you tried it without the Input System?

You can download the finished scene from a link in the video's Description (also here). If you play this scene, can you move? If not, are there any errors or warnings in the Console window?