- Home /
How to make first person movement with keyboard, on new input system
I am a beginner at unity, and have been trying to figure out how to make some simple first person movement using the unity new input system. After many tutorials and forums, I still can't figure this out. All I want to do, is be able to walk in first person, look around in first person, and jump. If anyone can help me, it would be GREATLY appreciated.
Answer by jhubbard0221 · Jun 08, 2020 at 10:52 PM
I would suggest this tutorial if you haven't already seen it: https://www.youtube.com/watch?v=_QajrabyTJc
The only thing it doesn't cover is climbing, but your character will still be able to move up and down slopes.
Be sure to ask again if you have any other question, I might still be able to help.
Thank you very much for you answer @jhubbard21 . However, I have seen this video before and it does not help me with my problem. I am trying to use the New Unity Input System, and he does not explain how to do this in that video.