playerSkeletonSprite.gameObject.GetComponent<SkeletonMecanim>();
playerSkeletonSprite.skeleton.SetColor(Color.red);
<SkeletonAnimation> 혹은 <SkeletonMecanim>을 불러와 색을 수정한다.
'Unity > Unity2D' 카테고리의 다른 글
Physics2D와 RaycastHit2D (0) | 2024.08.24 |
---|---|
점프 시 조정해야 할 요소 (0) | 2024.06.14 |
Unity-Spine 연동하기 (0) | 2024.04.05 |
Tilemap 크기 바꾸기 (0) | 2023.10.30 |