![[ Time Tweaker ] - Fast Iteration](https://assetstorev1-prd-cdn.unity3d.com/key-image/8be3308f-c195-48b7-af74-5ff103f6dd06.jpg)
Add a time scale slider to Unity's play mode toolbar for fast and customizable runtime testing.TimeTweaker is a lightweight Unity Editor extension that injects a runtime time scale slider into the play mode toolbar. It allows you to test your game at different speeds without writing any code.This tool is ideal for debugging movement, animations, physics, or frame-sensitive interactions. You can easily speed up or slow down time and reset it to a default value with a single click.The range and default value of the slider are fully customizable through a simple ScriptableObject. When modified, the toolbar updates automatically—no need to restart Unity.TimeTweaker is Editor-only, requires zero setup, and works immediately after importing the package.• Adjust `Time.timeScale` with a slider directly in the Unity Editor toolbar • One-click RESET button to return to default time scale • Fully customizable slider range and default value via ScriptableObject • Automatically refreshes the toolbar UI when settings are changed • No scene setup required — plug-and-play • Editor-only — will not be included in builds • Lightweight and modular codebase, suitable for all Unity projects