Have a look at this post to learn how to format code for posting here in the forums.
In this line:
transform.Translate(Input.GetAxis("Vertical") * 0f * Time.deltaTime, 15f, 0f);
tell me what this part is doing:
0f * Time.deltaTime
Have a look at this post to learn how to format code for posting here in the forums.
In this line:
transform.Translate(Input.GetAxis("Vertical") * 0f * Time.deltaTime, 15f, 0f);
tell me what this part is doing:
0f * Time.deltaTime