Skip to content

Commit c87746f

Browse files
authored
Update README.md
1 parent 0096d2a commit c87746f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,20 @@ Find the manifest.json file in the Packages folder of your project and edit it t
2727
}
2828
```
2929

30-
<!-- DOC-START --><!-- DOC-END -->
30+
<!-- 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 -->
3144

3245
## Author
3346

0 commit comments

Comments
 (0)