Rect Transform을 갖고 있는 텍스트 오브젝트에 애니메이션을 붙이려고 했는데, Position Property를 선택했더니 Z 포지션밖에 변경할 수가 없었다
Position 대신 Anchored Position을 사용해야 x와 y의 위치를 조정할 수 있다
Anchored가 붙어 있어 Anchors를 조정하는 프로퍼티라고 생각했는데, Anchors 프로퍼티는 따로 있었다
출처: https://forum.unity.com/threads/i-can-only-change-rect-transforms-z-position.328178/
'Programing > Unity(C#)' 카테고리의 다른 글
[C#] Action Invoke로 인자 전달하기 (0) | 2024.03.18 |
---|---|
[Error] get_persistentDataPath is not allowed to be called from a MonoBehaviour constructor (0) | 2024.03.18 |
[Unity] AddListener로 이벤트 추가하기 (0) | 2024.03.17 |
[C#] const, readonly, static (0) | 2024.03.14 |
[Unity] Text Mesh Pro에서 한글 폰트가 깨지는 현상 (0) | 2024.03.13 |