TimeManagement

Unity MonoBehaviour's Update() methods optimization

Usage

  1. Find the manifest.json file in the Packages folder of your project.
  2. Edit it to look like this:
{
  "dependencies": {
    "com.cerealdevelopment.timemanagement": "https://github.com/cerea1/TimeManagement.git",
    ...
  },
}
  1. Back in Unity, the package will be downloaded and imported.