Hi,
I am fairly new to programming and I am trying to make a cube be able to move around via the use of the Arrow keys. I would appreciate if someone was able to help me out
Thanks
Hi,
I am fairly new to programming and I am trying to make a cube be able to move around via the use of the Arrow keys. I would appreciate if someone was able to help me out
Thanks
You’ll need: Input.GetKeyDown.
There are many tutorials on how to do this online.
Like this one:
Good luck.
Thanks a lot