작성
·
136
0
Debug.Log(transform.localScale.Y);
제가 작성한 코드는 이렇습니다
Assets\Script\LongNot.cs(12,40): error CS1061: 'Vector3' does not contain a definition for 'Y' and no accessible extension method 'Y' accepting a first argument of type 'Vector3' could be found (are you missing a using directive or an assembly reference?)
이게 에러 메세지인데 어떻게 해야하는지 도와주세요
답변