Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/macacagames-utility.svg?style=pkglnk)](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

Comments

No comments yet. Be the first!