8월 14, 2021 Unity No comments Android, Debug, Log, Unity
Unity에서 Log의 Color 설정
Debug.Log ("<color=green>Menu State</color> OnActive"); Debug.Log ("<color=red>Menu State</color> OnDeactivate"); Debug.Log ("<color=yellow>Menu State</color> OnUpdate");