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
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.gameframe.scriptableobjects": "https://github.com/coryleach/UnityScriptableObjects.git#1.0.3",
...
},
}
👤 Cory Leach
- Twitter: @coryleach
- Github: @coryleach
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator