Macaca Utility
Tools to build a game made and use by MacacaGames
com.macacagames.utility 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/macacagames-utility.git README Markdown
Copy this to your project's README.md
## Installation
Add **Macaca Utility** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/macacagames-utility.git
```
[](https://www.pkglnk.dev/pkg/macacagames-utility)Used By (2)
README
See Document for more detail.
Welcome to Macaca Utility
Installation
Option 1: Unity Package manager
Add it to your editor's manifest.json file like this:
{
"dependencies": {
"com.macacagames.utility": "https://github.com/MacacaGames/MacacaUtility.git#1.0.0",
}
}
You can remove the #1.0.0 to use the latest version (unstable)
Option 2: Git SubModule
Note: GameSystem is dependency with Rayark.Mast, so also add it in git submodule.
git submodule add https://github.com/MacacaGames/MacacaUtility.git Assets/MacacaUtility
No comments yet. Be the first!