This repository was archived by the owner on May 23, 2023. It is now read-only.
com.zigurous.datastructures 1.6.0
Install from the command line:
Learn more about npm packages
$ npm install @zigurous/com.zigurous.datastructures@1.6.0
Install via package.json:
"@zigurous/com.zigurous.datastructures": "1.6.0"
About this version
The Data Structures package contains common data structures and design pattern implementations for Unity projects. It also contains dozens of class extensions for common collection types and interfaces.
Use the Unity Package Manager to install the Data Structures package.
- Open the Package Manager in
Window > Package Manager - Click the add (
+) button in the status bar - Select
Add package from git URLfrom the add menu - Enter the following Git URL in the text box and click Add:
https://github.com/zigurous/unity-data-structures.git
Import the package namespace in each script or file you want to use it. You may need to regenerate project files/assemblies first.
using Zigurous.DataStructures;