Official Website | Forum Support & Info Thread | Contact
Preview your game or art in fullscreen without leaving the editor. Boost your productivity by fullscreening your favorite editor windows on your secondary screen at the touch of a button.
««««««« Key Features »»»»»»»
• Fullscreen any editor window or split view.
• Native fullscreen on Windows 10 and macOS.
• Multi-monitor support, including hiDPI and retina displays.
• Pre-define game view settings for different aspect ratios, game displays etc.
• Fullscreen multiple pre-defined game views at once.
• Seamlessly switch between fullscreens of different type.
• Fullscreen on play.
• Customize hotkeys and settings (shortcut Ctrl+Shift+F8).
• Toggle the top toolbar when in fullscreen mode.
««««««« Fullscreen Settings »»»»»»»
Hotkeys to Create a Fullscreen:
• Main Unity View (Default F8)
• Scene View (Default F10)
• Game View (Default F11)
• Currently Focused Window (Default F9)
• Window Under Cursor (Default Ctrl+F9)
Note: For the default Mac hotkeys, see the Readme.txt
Other Hotkeys:
• Show/Hide Tob Toolbar in Fullscreen (Default F12)
• Close All Fullscreen Windows (Default Ctrl+F8)
Game Window Options Include:
• Open Fullscreen(s) On Game Start
• Close Fullscreen(s) On Game Stop
• Choose Aspect Ratio
• Choose Game Display
• Choose VSync option
««««««« Code Examples »»»»»»»
Fullscreen any existing EditorWindow:
myWindow.ToggleFullscreen();
Fullscreen any window type:
ToggleFullscreen(windowType, atPosition);
Additional information on code usage is included in the Readme.
««««««« Compatibility »»»»»»»
• Supports Unity 5.5 onwards (Including Unity 2021, 2020)
• Supports Windows 10, 8.1, 8, 7
• Supports macOS, OS X 10.9 Mavericks onwards