An open API service indexing awesome lists of open source software.

https://github.com/coryleach/unitystatsheet

RPG Statsheet Framework
https://github.com/coryleach/unitystatsheet

package rpg rpg-game unity unity3d

Last synced: over 1 year ago
JSON representation

RPG Statsheet Framework

Awesome Lists containing this project

README

          




Gameframe.StatSheet 👋

Statsheet system for Role Playing Game style character stats

## 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/UnityStatSheet.git#0.2.6

#### 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.statsheet": "https://github.com/coryleach/UnityStatSheet.git#0.2.6",
...
},
}
```

This library is in experimental development.
If you use it be aware there may be large changes and it is not well documented.

## 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)_