HELP..

can someone help me with my game please
I can’t get my player to move-forward on its own without me pressing ‘a’ or ‘up arrow’.
I just want my game to be like “laserage game”.
Please HELP.

Instead of using the Input.GetAxis method to apply movement along a vector, you should use either a set value such as Vector3.forward or have a class field that you can modify throughout execution.

Quick sidebar, you might get more responce if posted in the correct forum section such as Unity Support or more valid in this case, Scripting.

Thank you,
I don’t know what is the difference between gossip and unity support is haven’t use forum.unity in a long time