Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 305 Bytes

HexCS

Basic C# utilities used to provide extension and utilties for basic C# code in Unity.

Installation

To add this to your project make sure the following is in your package.json

{
    "dependencies" : 
    {
        "com.hex.hexcs" : "https://github.com/hexthedev/HexCS.git"
    }
}