Collection of classes for other Xi libraries created by hww
A set of C# libraries that I have used for several commercial game projects. Some libraries are covered by testbench.
The package is available on the openupm registry. You can install it via openupm-cli.
openupm add com.hww.xicore
You can also install via git url by adding this entry in your manifest.json
"com.hww.xicore": "https://github.com/hww/XiCore.git#upm"
- DataStructures the data containers
- Delegates alternative delegates
- Extensions the extensions for some of C# classes
- StringTools the string manipulation library
- UnityAttributes the custom attributes
- UnityExtensions the extensions for some of Unity 3D classes