From 10310ba36b3a9aecdecdb5650e4e9dce8b67f6b0 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Tue, 16 Jul 2024 04:03:00 +0300 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index abb4dc9..c78aace 100644 --- a/README.md +++ b/README.md @@ -1,11 +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. +# Utils +Unity package with utility useful for almost any project. + +## Features +* Hide the script field. +* More attributes for disabling fields without interfering with existing attributes. +* C# event based EventManager. + * Subscribe to Update, FixedUpdate and LateUpdate from anywhere. + * Better performance than Unity methods. + * FixedUpdate is the separate PhysicsEventManager which makes it entirely optional. + * View usage an editor inspector. +* Check how much time has passed with the TimeSince struct. +* Camera Blender controls in the scene view. \ No newline at end of file