Is there possibly a way to clear the console's text?

I think it would be cool if in between playing a game of Number wizard, it would clear the console and start over for real, as oppose to just adding more text onto the console. I think It would look better if the console was cleared. If anyone knows of a way to clear the console, I would appreciate it. Thank you.

Hi Elias,

You could test Debug.ClearDeveloperConsole();.

However, bear in mind that the Unity console is meant for debugging purposes. We created this game to become familiar with Unity and C#, so please do not try to make it perfect for other people. If you want to do that for yourself, that’s absolutely fine, though.

Thank you for the repIy. had tried that code earlier, placing it inbetween the Debug.Log(“I am a genius”); and the StartGame();, but had no luck getting it to work. I am just trying to make it look more clean for myself.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms