From c6c1afc044f14191b7a9f04851894db04e336ea2 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Sun, 27 Jun 2021 21:12:49 +0200 Subject: [PATCH] Readme fix --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c73ecb..5a45431 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ Unity package with utility useful for almost any project. ## Features * Hide the script field. -* Event Manager - * Event based. +* C# Event based Event Manager * Call Update, FixedUpdate and LateUpdate from anywhere. * Better performance than Unity methods. * Automatic volume based reflection probe placer. -* Check if time has passed with the TimeSince struct. +* 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. \ No newline at end of file