/XiCore

VARP Utilities

Primary LanguageC#MIT LicenseMIT

XiCore

Collection of classes for other Xi libraries created by hww

⚙ Build and Release openupm semantic-release: angular

A set of C# libraries that I have used for several commercial game projects. Some libraries are covered by testbench.

Install

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"

Documentation

  • 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

Used By