Releases: TheKing349/Simple-Unity-Dev-Menu
Releases · TheKing349/Simple-Unity-Dev-Menu
Unity Dev Menu - v1.0.2 Release
Bug Fixes:
- Fixed a namespace conflict in the Dev Menu script where imported projects incorrectly referenced
UI.Buttoninstead ofUIElements.Button
Known Issues:
- Variable Watcher may not update script-modified values in Edit mode. Workaround: Enter Play mode to refresh.
Full Changelog: v1.0.1...v1.0.2
Unity Dev Menu - v1.0.1 Release
Changes:
- Added better styling support for TabViews
Bug Fixes:
- Fixed Foldouts not retaining their state through reloads
Known Issues:
- Variable Watcher may not update script-modified values in Edit mode. Workaround: Enter Play mode to refresh.
Full Changelog: v1.0.0...v1.0.1
Unity Dev Menu - v1.0.0 Release
First major release of the Unity Dev Menu – an editor-exclusive toolkit for streamlined debugging.
Key Features
- Framerate Limiter: Slider + toggle with PlayMode auto-apply
- Variable Watcher: Live monitor any serialized field via name input
- Theme-Adaptive UI: UCSS styling syncs with Unity's light/dark mode
- Collapsible Workflow: Foldouts retain state between editor sessions
- Editor-Only: Zero runtime footprint – excluded from builds by design
Quick Start
- Install via either:
- Unity Package: Download →
Assets > Import Package > Custom Package - Git: Clone repo and place
Editorfolder inAssets
- Unity Package: Download →
- Open Menu:
- Shortcut:
Ctrl/Cmd+Shift+D - Menu Item:
Tools > Dev Menu
- Shortcut:
- Customize:
- Edit
DevMenu.uxmlinAssets/Editor/DevMenu - Modify
DevMenuStyles.ussfor visual changes
- Edit
Requires Unity 2021.3+ | Full Docs | Report Issues
Full Changelog: https://github.com/TheKing349/Simple-Unity-Dev-Menu/commits/v1.0.0