Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.81 KB

File metadata and controls

52 lines (35 loc) · 1.81 KB

Unity Helpers

A collection of small, focused helper packages for Unity.

Each helper is distributed as a separate git branch containing a standalone Unity package.
The main branch is documentation-only and serves as an entry point to the project.


Repository structure

  • main — documentation only
  • one branch = one Unity package
  • Packages are installed via helpers-installer or directly from their branch via Unity Package Manager

Helpers


Installation

Install helpers-installer first if you want a GUI-based way to add other helpers.

Unity Package Manager (recommended)

  1. Open Window → Package Manager
  2. Click + → Add package from git URL…
  3. Use the repo URL with a branch name:
https://github.com/NateArasti/UnityHelpers.git#helpers-installer

Via manifest.json

Add desired row to manifest.json like this:

{
  "dependencies": {
    "com.natearasti.helpers-installer":
      "https://github.com/NateArasti/UnityHelpers.git#helpers-installer"
  }
}