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