Skip to content

dotsquid/ChronoHelper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Logo+Title

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.
Usage

You can add, remove and modify shortcut buttons as well as change other preferences in the Settings window.
Settings

Installation

Package Manager (preferred)

To add ChronoHelper as a package:

  1. go to Window/Package Manager;
  2. press '➕▾' button (in the top left corner of the window);
  3. select 'Add package from git URL';
  4. insert URL of this 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.

AssetStore

Download and install from https://assetstore.unity.com/packages/tools/utilities/chronohelper-116665

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

About

Unity Editor plugin which allows controlling of Time.timeScale in PlayMode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages