Overview
This lightweight utility gives you everything you need to remove the default Windows border and title bar, implement drag behavior, and add minimize/close functionality using your own UI.
Perfect for custom launchers, tools, or minimalist games.
✨ Features:
- Remove the default Windows frame and title bar on startup
- Make your window draggable by any UI element (RectTransform)
- Easily minimize or close the window via Unity UI buttons
- Clean, modern look with full user control
- Plug & play – no configuration needed
- Works with both Mono and IL2CPP builds
📦 What's Included:
- BorderlessWindow.cs – removes OS-level window borders
- WindowDrag.cs – allows dragging the window with UI
- WindowControls.cs – minimize & close methods for UI buttons
- README and usage instructions