Skip to content

A simple editor script that maximizes Unity's window area by hiding title bar and menu (Windows only)

Notifications You must be signed in to change notification settings

rostok/UnityToggleTitleBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityToggleTitleBar

A simple editor script that maximizes Unity's window area by hiding title bar and menu (Windows only)

UnityToggleTitleBar in action

Installation

Since Unity doesn't support GIT url dependencies in package.json installation requires adding first extender package and then this package. To do so paste into Unity's package manager (PLUS SIGN, add package from GIT URL) the following urls:

Alternatively, you can just edit Packages/manifes.json file in your project and add these two lines to dependencies section:

    "com.marijnzwemmer.unity-toolbar-extender": "https://github.com/marijnz/unity-toolbar-extender.git",
    "com.github.rostok.unitytoggletitlebar": "https://github.com/rostok/UnityToggleTitleBar.git",

Usage

Press F11 or button left of Undo History to toggle the title bar and menu.

Bugs

Xql-_-Qxl noticed that when the Unity Editor is in fullscreen (hidden titlebar state) minimizing it via the taskbar and then restoring it causes the taskbar to remain hidden.

Dependencies

https://github.com/marijnz/unity-toolbar-extender

License

MIT with additional condition that you can't use this for anything concerning military.

About

A simple editor script that maximizes Unity's window area by hiding title bar and menu (Windows only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages