From c87746fc17c2fb3c6a3c102fcddf4a3e8c21afa0 Mon Sep 17 00:00:00 2001 From: Cory Leach Date: Wed, 24 Aug 2022 20:37:02 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e89f241..6c48ff2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,20 @@ Find the manifest.json file in the Packages folder of your project and edit it t } ``` - + + +Library of ScriptableObject types for Unity:
+ +> RuntimeSets
+> GameObjects can add themselves to RuntimeSet assets at runtime to quickly get sets of GameObjects
+ +> Variables
+> Use scriptable objects to share variable instances between objects. Subscribe for value change events.
+ +> GameEvents
+> Hook up events between scenes and prefabs using scriptable objects as game events
+ + ## Author