Linux migration.

This commit is contained in:
2022-05-20 22:58:25 +02:00
parent 029e02fd2f
commit 14bbae67e5
16 changed files with 698 additions and 698 deletions

View File

@ -1,13 +1,13 @@
# Utils
Unity package with utility useful for almost any project.
## Features
* Hide the script field.
* C# Event based Event Manager
* Call Update, FixedUpdate and LateUpdate from anywhere.
* Better performance than Unity methods.
* Automatic volume based reflection probe placer.
* Check how much time has passed with the Time Since struct.
* Camera Blender controls in the scene view.
* Package Manager Git updater.
# Utils
Unity package with utility useful for almost any project.
## Features
* Hide the script field.
* C# Event based Event Manager
* Call Update, FixedUpdate and LateUpdate from anywhere.
* Better performance than Unity methods.
* Automatic volume based reflection probe placer.
* Check how much time has passed with the Time Since struct.
* Camera Blender controls in the scene view.
* Package Manager Git updater.
* Append to an array.