Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created September 11, 2021 11:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save todorok1/a6985cfb571124d19ec3fe5a6d887912 to your computer and use it in GitHub Desktop.
Debug.Logで出力するメッセージに色をつけるサンプル
/// <Summary>
/// Debug.Logで出力されるメッセージの色を変更します。
/// </Summary>
void OutputColorMessage()
{
Debug.Log("<color=yellow>このメッセージの色を変えるよ!</color>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment