Programing/Unity(C#)
[Unity] Rect Transform Animation Position 변경하기
hye3193
2024. 3. 18. 03:25
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/