public GameObject LoadingPanel;
private Color color;
ColorUtility.TryParseHtmlString(#FFFFF, out color);
LoadingPanel.GetComponent<Image>().color = color;
빨간색 부분에 원하는 색상의 Hex 코드를 입력하게 되면 색상을 변경 할 수있다.
play.google.com/store/apps/details?id=com.wonilmax.bonyonline
'3Dsoftware > Unity 3D' 카테고리의 다른 글
[2019 -> 2020 Unity 버전 업그레이드]_네임스페이스를 참조하지 못하는 오류 (0) | 2020.11.03 |
---|---|
Andorid SDK not Found, JAVA_HOME is not set : Unity 3D 2020 (0) | 2020.10.31 |
Unity3D SetParent (0) | 2020.09.14 |
Unity 3D 날짜 시간 계산 코딩 (DateTime) (0) | 2020.09.13 |
Anti-Cheat Toolkit 2.2.4: InjectionDetector (0) | 2020.09.12 |