Is there a way to hide the message bar (or status bar or whatever it’s called) at the bottom of the Unity editor?
I’m going to be doing some live streaming and I need all the screen real estate I can get. Thanks!
Is there a way to hide the message bar (or status bar or whatever it’s called) at the bottom of the Unity editor?
I’m going to be doing some live streaming and I need all the screen real estate I can get. Thanks!
Hello there,
The bar at the bottom is reserved for the debug console. You can’t change this or the top header. They are both baked in to an internal class that you have no access too.
Cheers,