We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0096d2a commit c87746fCopy full SHA for c87746f
README.md
@@ -27,7 +27,20 @@ Find the manifest.json file in the Packages folder of your project and edit it t
27
}
28
```
29
30
-<!-- DOC-START --><!-- DOC-END -->
+<!-- DOC-START -->
31
+
32
+<b>Library of ScriptableObject types for Unity:</b></br>
33
34
+> <b>RuntimeSets</b></br>
35
+> GameObjects can add themselves to RuntimeSet assets at runtime to quickly get sets of GameObjects</br>
36
37
+> <b>Variables</b></br>
38
+> Use scriptable objects to share variable instances between objects. Subscribe for value change events.</br>
39
40
+> <b>GameEvents</b></br>
41
+> Hook up events between scenes and prefabs using scriptable objects as game events</br>
42
43
+<!-- DOC-END -->
44
45
## Author
46
0 commit comments