Created
February 18, 2020 09:49
-
-
Save unitycoder/37872953bd27901391ed0b27d4702e9c to your computer and use it in GitHub Desktop.
Debug.Log with Color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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