UnityHelpers icon indicating copy to clipboard operation
UnityHelpers copied to clipboard

Extensions and classes to ease development in Unity

About

This library is a collection of helpers and various essentials that can be plugged in to any project.

Check the wiki for some help on how to use. It doesn't have all the help, just some. Also, all helper methods are commented so the wiki doesn't explain each one.

Installation

Package Manager

  • Open Window > Package Manager in Unity
  • Press the plus button and choose Add package from git URL...
  • Paste in the URL of this repo and then press the add button

Clone

Somewhere in your project's assets folder call git clone with this repo URL using bash, batch, or some git gui

Download

Download the zip from this page using the green Code button and extract it into your project's assets folder


Note: In your project Api Compatibility Level must be set to .NET 4.x, this can be found in Edit > Project Settings... > Player > Other Settings