x와 z값이 출력된다. moveDir와 new Vector3(h,0,v)는 같은 값을 출력하지만 moveDir는 연산을 해준 것을 변수에 담은 것이고, 후자는 벡터에 넣어 찍어본 것이다. 즉 전자는 두 벡터를 더하는 연산으로 이는 새로운 벡터가 생겨나는 것인데, 새로운 벡터에 값을 넣어주는 것과 같은 의미가 되는 것이다. 화살표를 화면에 그려서 비교해보려 한다. https://gist.github.com/MatthewMaker/5293052 DrawArrow.cs GitHub Gist: instantly share code, notes, and snippets. gist.github.com https://docs.unity3d.com/ScriptReference/Vector3-normalized.html..