[Unity] デバッグログを出す方法 - Qiita

Debug.Log(honyarara) で変数の中身表示したりできます.var num = 128;Debug.Log(num);Debug.Log("Hello, world!");Co…