Update README.md

This commit is contained in:
Alexander Filippov 2024-07-16 04:03:00 +03:00
parent 54e06f0bf1
commit 10310ba36b

View File

@ -3,9 +3,11 @@ Unity package with utility useful for almost any project.
## Features ## Features
* Hide the script field. * Hide the script field.
* C# Event based Event Manager * More attributes for disabling fields without interfering with existing attributes.
* Call Update, FixedUpdate and LateUpdate from anywhere. * C# event based EventManager.
* Subscribe to Update, FixedUpdate and LateUpdate from anywhere.
* Better performance than Unity methods. * Better performance than Unity methods.
* Automatic volume based reflection probe placer. * FixedUpdate is the separate PhysicsEventManager which makes it entirely optional.
* Check how much time has passed with the Time Since struct. * View usage an editor inspector.
* Check how much time has passed with the TimeSince struct.
* Camera Blender controls in the scene view. * Camera Blender controls in the scene view.