Unity MonoBehaviour's Update() methods optimization
- Find the manifest.json file in the Packages folder of your project.
- Edit it to look like this:
{
"dependencies": {
"com.cerealdevelopment.timemanagement": "https://github.com/cerea1/TimeManagement.git",
...
},
}
- Back in Unity, the package will be downloaded and imported.