Create a 3D object as well as a controller for the object using W A S and D to allow the object to move around the map.
Unity has built in input controls that are editable for input. These are " Input.GetAxis ("Horizontal")" and "Input.GetAxis ("Vertical")" you can use the positive and negative values from them.