unity-common-utils

Common utility library for Unity projects

MIT License

Stars
19
Committers
3

Common Utils for Unity

A collection of essential tools for any Unity project.

Install

Installation must be performed by project.

  1. Open the Package Manager in Unity (menu Window / Package Manager).
  2. Press the "+" button in the top left corner of the Package Manager panel and select "Add package from git URL..."
  3. When prompted, enter the URL https://github.com/edcasillas/unity-common-utils.git

Alternatively, you can manually add the following line to your Packages/manifest.json file under dependencies:

"com.ecasillas.commonutils": "https://github.com/edcasillas/unity-common-utils.git"

Open Unity again; the Package Manager will run and the package will be installed.

Update

  1. Open the Package Manager in Unity (menu Window / Package Manager).
  2. Look for the "Common Utils for Unity" package in the list of installed packages and select it.
  3. Press the "Update" button.

Alternatively, you can manually remove the version lock the Package Manager creates in Packages/manifest.json so when it runs again it gets the newest version. The lock looks like this:

    "com.ecasillas.commonutils": {
      "hash": "someValue",
      "revision": "HEAD"
    }

Features

Please refer to the wiki for a full description on the features and their documentation.

Badges
Extracted from project README's
paypal
Related Projects