Skip to content

NateArasti/UnityHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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"
  }
}

About

Library of helpers packages for Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published