Basic C# utilities used to provide extension and utilties for basic C# code in Unity.
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"
}
}