Skip to content

Releases: TheKing349/Simple-Unity-Dev-Menu

Unity Dev Menu - v1.0.2 Release

14 Apr 00:27

Choose a tag to compare

Bug Fixes:

  • Fixed a namespace conflict in the Dev Menu script where imported projects incorrectly referenced UI.Button instead of UIElements.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

04 Apr 19:44

Choose a tag to compare

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

03 Apr 20:54
eed01f8

Choose a tag to compare

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

  1. Install via either:
    • Unity Package: DownloadAssets > Import Package > Custom Package
    • Git: Clone repo and place Editor folder in Assets
  2. Open Menu:
    • Shortcut: Ctrl/Cmd+Shift+D
    • Menu Item: Tools > Dev Menu
  3. Customize:
    • Edit DevMenu.uxml in Assets/Editor/DevMenu
    • Modify DevMenuStyles.uss for visual changes

Requires Unity 2021.3+ | Full Docs | Report Issues

Full Changelog: https://github.com/TheKing349/Simple-Unity-Dev-Menu/commits/v1.0.0