gameObject.transform.position.x 와 같은 코드를 작성했을 때
인스펙터창(inspector)과 다를 경우가 있다.
이럴때에는 position 대신에 localPosition 을 사용하여
gameObject.transform.localPosition.x 같이 사용하면 해결된다.
반응형
'가이드 > Unity, C#' 카테고리의 다른 글
유니티 Destroying assets is not permitted to avoid data loss 오류 (1) | 2020.03.07 |
---|---|
유니티 Console창에 문자 띄우는법 (0) | 2020.03.03 |
Unity string to int / 유니티 string을 int로 변환 (0) | 2020.03.01 |
유니티 애드몹 배너광고 달기 가이드 (4) | 2020.02.26 |
유니티 코루틴 액티브에 따라 멈추는 현상 (0) | 2020.01.23 |
댓글