Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macacagames/macacautility
https://github.com/macacagames/macacautility
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/macacagames/macacautility
- Owner: MacacaGames
- License: mit
- Created: 2020-02-05T14:16:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T13:13:44.000Z (10 days ago)
- Last Synced: 2024-11-05T14:24:38.191Z (10 days ago)
- Language: HTML
- Size: 1.02 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
See [Document](https://macacagames.github.io/MacacaUtility/) for more detail.
# Welcome to Macaca Utility
## Installation
### Option 1: Unity Package manager
Add it to your editor's `manifest.json` file like this:
```json
{
"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.```bash
git submodule add https://github.com/MacacaGames/MacacaUtility.git Assets/MacacaUtility
```