Hey there, I’m new to Unity and the scripting along with it. My goal is to make my first game. I’m trying to follow many tutorials in hopes to get what i’m looking for by bits and pieces but its not working because I just don’t understanding scripting fully (only a little of it).
I’m making a 3D Top Down Shooter, and I want my Player to ALWAYS Move Forward with W, Left with A, Right with D and Back with S. But I want the Player to rotate with the mouse and face towards it. I’m HOPING to have gravity mechanics with the Player as well so i can walk up and down slops or fall off ledges and have very snappy movement. NOT the floaty feeling movement where the character slides.
Can anyone help me find a FULL script or show me how to make my own in detail?