Skip to content

Structural systems and tools that make using Unity easier and more productive.

Notifications You must be signed in to change notification settings

deviant-dev/coreutils

 
 

Repository files navigation

CoreUtils

Structural systems and tools that make using Unity easier and more productive.

Installation

Option #1: Package Manager Window

To install from Unity v.2019.4+:

  • Make sure you have git installed and in your PATH variable
  • Open the Package Manager
  • Click the + button
  • Select 'Add Package from Git URL'
  • Paste in: https://github.com/fantabulous-tech/coreutils.git?path=/Packages/CoreUtils

Option #2: Edit manifest.json

Alternatively, you can manually change your <Project>/Packages/maifest.json:

{
  "dependencies": {
    "tech.fantabulous.coreutils": "https://github.com/fantabulous-tech/coreutils.git?path=/Packages/CoreUtils"
  }
}

Option #3: Manual Copy of CoreUtils Folder

And finally, if those don't work or you don't want to install git, you can manually copy Packages/CoreUtils folder into your own <Project>/Packages/ folder.

Core Utils Documentation

See the CoreUtils Unity Package Doc for more info about the individual tools and systems.

License

MIT

About

Structural systems and tools that make using Unity easier and more productive.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%