Skip to content

lejeunw/UnityScriptableObjects

 
 

Repository files navigation

Welcome to com.gameframe.scriptableobjects 👋

Version Twitter: coryleach

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

Quick Package Install

Using UnityPackageManager (for Unity 2018.3 or later)

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",
    ...
  },
}

Author

👤 Cory Leach

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Library of scriptable object types for Unity.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%