https://github.com/coryleach/unityscriptableobjects
Library of scriptable object types for Unity.
https://github.com/coryleach/unityscriptableobjects
events package runtimeset scriptableobjects unity unity-package unity3d unitypackage unityplugin variables
Last synced: 9 months ago
JSON representation
Library of scriptable object types for Unity.
- Host: GitHub
- URL: https://github.com/coryleach/unityscriptableobjects
- Owner: coryleach
- License: apache-2.0
- Created: 2019-08-27T21:52:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T20:17:14.000Z (about 3 years ago)
- Last Synced: 2025-02-28T16:55:40.124Z (10 months ago)
- Topics: events, package, runtimeset, scriptableobjects, unity, unity-package, unity3d, unitypackage, unityplugin, variables
- Language: C#
- Size: 50.8 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Gameframe.ScriptableObjects 👋
Library of scriptable object types
## Quick Package Install
#### Using UnityPackageManager (for Unity 2019.3 or later)
Open the package manager window (menu: Window > Package Manager)
Select "Add package from git URL...", fill in the pop-up with the following link:
https://github.com/coryleach/UnityScriptableObjects.git#1.1.0
#### Using UnityPackageManager (for Unity 2019.1 or later)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.gameframe.scriptableobjects": "https://github.com/coryleach/RepositoryName.git#1.1.0",
...
},
}
```
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
## Author
👤 **Cory Leach**
* Twitter: [@coryleach](https://twitter.com/coryleach)
* Github: [@coryleach](https://github.com/coryleach)
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_