Home

Awesome

C# Unity Excessives

The Unity Excessives library is an extension of the C# Excessives Library.

Usage<br/>

To add to your project, find Packages/manifest.json in your project and edit it to look like this:

{
  "dependencies": {
    "com.github.sir-hall.excessives"      : "https://github.com/SirHall/Excessives.git",
    "com.github.sir-hall.unityexcessives" : "https://github.com/SirHall/UnityExcessives.git",
    ...
  },
}