-
Notifications
You must be signed in to change notification settings - Fork 8
Debug Console
George Jone edited this page Apr 25, 2016
·
3 revisions
Change all your calls to Debug.Log instead to DebugConsole.Log to display your debug messages on the UI instead of in your console.
It might be hard to read for some games. Until the UI is improved, you can either drag the console to another part of the screen or change the text color.
For darker games, go to Assets > Lobby > DebugConsole.cs, and change public Color normal = Color.black;
to public Color normal = Color.white;