carreraSilvio / TimeScaleTool

Unity tool to change time scale during play-mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Scale Tool

Alter the time scale of your game.

Imgur

Imgur

Prerequisites

Unity 2018.3 and up

Install

Unity 2019.3

  • Open the package manager and point to the rep url
  • Imgur

Before Unity 2019.3

  • Open the manifest and manually add

      {
      	"dependencies": 
          {
      		"com.brightlib.timescale": "https://github.com/carreraSilvio/timeScaleTool.git"
      	}
      }
    

Usage

  1. Go to Tools/TimeScale
  2. Start your game
  3. Use the left and right arrow buttons to increase or decrease the time scale
  4. Use the center button to reset the time scale back to 1

About

Unity tool to change time scale during play-mode.


Languages

Language:C# 100.0%