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
- Host: GitHub
- URL: https://github.com/coryleach/unitystatsheet
- Owner: coryleach
- License: mit
- Created: 2022-09-06T15:36:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T19:00:48.000Z (about 3 years ago)
- Last Synced: 2025-02-28T16:55:40.499Z (over 1 year ago)
- Topics: package, rpg, rpg-game, unity, unity3d
- Language: C#
- Homepage:
- Size: 60.5 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)_