Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coryleach authored Aug 25, 2022
1 parent 0096d2a commit c87746f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,20 @@ Find the manifest.json file in the Packages folder of your project and edit it t
}
```

<!-- DOC-START --><!-- DOC-END -->
<!-- DOC-START -->

<b>Library of ScriptableObject types for Unity:</b></br>

> <b>RuntimeSets</b></br>
> GameObjects can add themselves to RuntimeSet assets at runtime to quickly get sets of GameObjects</br>
> <b>Variables</b></br>
> Use scriptable objects to share variable instances between objects. Subscribe for value change events.</br>
> <b>GameEvents</b></br>
> Hook up events between scenes and prefabs using scriptable objects as game events</br>
<!-- DOC-END -->

## Author

Expand Down

0 comments on commit c87746f

Please sign in to comment.