Move your player using keyboard keyFirst create a player to which you want to move. See Below here i have taken a cube to which i will move using keyboard keys.(A,D,S,W). Now Add cube in your game scene.Select your player(here cube) and give it some height.Here I have given Y=3 (set position Y=3 in Transform).Now Time to add a c# script to your player.for this Go to Assets right click select create and again select c#script. Give it some name...