Skip to content

A simple utility for deltaTime simulation while in Edit mode for Unity3D

License

Notifications You must be signed in to change notification settings

breadnone/EditorDeltaTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Editor Delta Time
A simple utility for deltaTime and frameCount simulation while in Edit mode in Unity3d.

Installation
Download the .zip then unpack it to Assets folder.

Usage

  • Add the namespace using EditorDelta;
  • Can be used as follow :
var delta = EditorDelta.deltaTime;
var frame = EditorDelta.frameCount;

Note

  • This is just a simulation based on screen's refresh's rate and will not be as accurate as Unity's runtime deltaTime. But it should be close enough.
  • Note that this is for custom editor only(edit mode), not runtime.

About

A simple utility for deltaTime simulation while in Edit mode for Unity3D

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages