
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/xicore.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **XiCore** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/xicore.git#upm
```
[](https://www.pkglnk.dev/pkg/xicore)README
XiCore
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.
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
No comments yet. Be the first!