Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Created February 18, 2020 09:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unitycoder/37872953bd27901391ed0b27d4702e9c to your computer and use it in GitHub Desktop.
Save unitycoder/37872953bd27901391ed0b27d4702e9c to your computer and use it in GitHub Desktop.
Debug.Log with Color
Debug.Log("<color=#" + ColorUtility.ToHtmlStringRGB(col) + ">████████████</color> = " + col);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment