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?
How to move player character object?
Re: How to move player character object?
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?
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?