Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I am doing a two-person player movement, one moves with the arrow keys, and another moves with WASD. How do I code the movement like that without needing to do get axis raw? Thanks! BTW, this is in the Unity game engine with C#.

Well, you could create two more axis which contain the w-s and the a-d keys, and leave the default ones just with the arrow keys.

(+1)

Oh, thank you!

No problem!