- ✅ Time Scale Control - Adjust game speed with slider (0-10 range)
- ✅ FPS Control - Adjust target frame rate with slider (0-240)
- ✅ Scene Reloading - Quick reload current scene with dynamic label
- ✅ Code Recompilation - Trigger script recompilation
- ✅ PlayerPrefs Clearing - Quick clear all preferences
- ✅ Play Mode Options - Dropdown for enter play mode settings
"com.unigame.customtoolbar" : "https://github.com/UnioGame/custom.toolbar.git",All toolbar elements use the unified group naming convention: UniGame/[ElementName]
- Range: 0 to 10
- Function: Controls Time.timeScale for game speed adjustment
- Range: 0 to 240
- Function: Controls Application.targetFrameRate
- Function: Reloads the current scene using EditorSceneManager
- Feature: Dynamic label showing current scene name
- Function: Triggers code recompilation via AssetDatabase.Refresh() and EditorUtility.RequestScriptReload()
- Function: Clears all PlayerPrefs and saves
- Options:
- Disabled (no options)
- Reload Domain (full reload)
- Reload Scene Only (faster play mode)
- Function: Controls EditorSettings enter play mode behavior
- Unity 6.3 or newer
- Editor-only package
