1
2
3
4
5
6
7
8
|
using UnityEnginen.UI;
public Text showText;
...
string t = "<color=#62FF00>" + "320%" + "</color>";
showText.text = t;
|
cs |
<color> 를 직접적으로 넣어주면 색이 바뀌는 모습을 알 수 있다.
그러면 텍스트 부분 색 변경 예시 :
기존에 설정한 텍스트 컬러 + 코드에서 설정한 녹색 컬러가 입혀진 모습
'DEV > Unity' 카테고리의 다른 글
Unity Play Video File (0) | 2020.12.31 |
---|---|
[sloved] Unity click button through image (click over the other images) (0) | 2020.12.30 |
Unity Atlas 정리 및 이미지 최적화 정리 (2) | 2020.12.22 |
[solved] Unity Scroll View position initialize (1) | 2020.12.19 |
Unity ads error Banner fail (0) | 2020.12.19 |