How to move player character object?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
khazag169
Posts: 2
Joined: Thu May 01, 2025 3:41 pm

How to move player character object?

Post 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?

User avatar
Tony Li
Posts: 23251
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to move player character object?

Post 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?
Post Reply