Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/track/scriptableobjects.git

README

Gameframe.ScriptableObjects šŸ‘‹

Version Twitter: coryleach

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:

{
  "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

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by Gameframe.Packages

Total Installs
0
Last 30 days
Unique IPs
0
Approximate users

Installs Over Time

Operating Systems

No data yet

Top Countries

No data yet

Git Versions

No data yet

Embed Install Badge

Add an install count badge to your README

Style
Preview
pkglnk installs badge
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/scriptableobjects.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/scriptableobjects)
HTML
<a href="https://www.pkglnk.dev/pkg/scriptableobjects"><img src="https://www.pkglnk.dev/badge/scriptableobjects.svg?style=pkglnk" alt="pkglnk installs"></a>

Comments

No comments yet. Be the first!