Skip to content

coryleach/UnityStatSheet

Repository files navigation

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:

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

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by Gameframe.Packages