Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created September 12, 2021 12:36
ゲーミングDebug.Logのサンプルメソッド
void Start()
{
string msg = "1文字ずつ色を変えて出力してみよう!ゲーミング感が出てきてきっとキミのテンションも上がるはずだ!!!";
GamingDebug.OutputLine(msg, ColorCodeHolder.ColorToneName.PccsVivid);
GamingDebug.OutputLine(msg, ColorCodeHolder.ColorToneName.MunsellBright);
GamingDebug.OutputLine(msg, ColorCodeHolder.ColorToneName.MunsellLight);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment