Unity9 [GetAxis] Moving Object 1. Documentation https://docs.unity3d.com/kr/current/ScriptReference/Input.GetAxis.html Input-GetAxis - Unity 스크립팅 API Returns the value of the virtual axis identified by axisName. docs.unity3d.com using System.Collections; using System.Collections.Generic; using UnityEngine; // A very simplistic car driving on the x-z plane. public class ${className} : MonoBehaviour { // 원하는 값 입력 public float s.. 2021. 7. 12. 이전 1 2 3 다음