ChronoHelper is a free open-source tool for Unity Editor for controlling TimeScale in PlayMode with ease.
It becomes very handy when it’s required to examine a suspicious moment of gameplay in slow-motion or conversely when it’s preferable to skip uninteresting part in fast-forward.
Usage
Use ‘Window/ChronoHelper’ menu to open ChronoHelper.
To change current timeScale use the slider or shortcut buttons.
While being in EditorMode, ChronoHelper is inactive. That is done to protect the user from accidental changing of Time.timeScale project setting.
Installation
Package Manager (preferred)
To add ChronoHelper as a package:
- go to Window/Package Manager;
- press ‘➕▾’ button (in the top left corner of the window);
- select ‘Add package from git URL’;
- insert URL of the github repository https://github.com/dotsquid/ChronoHelper.git.
Git submodule
Open your favourite command-line interface, switch to your project’s directory and use the following command
git submodule add https://github.com/dotsquid/ChronoHelper
Or follow the documentation of your preferred Git-client.
Old way (not recommended)
Download ChronoHelper as a ZIP-archive and unpack it to your project’s ‘Asset’ folder.
Documentation
You may find more information in the manual