Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

💾🧬 Common data structures and design patterns for Unity projects.

License

Notifications You must be signed in to change notification settings

zigurous/unity-data-structures

Repository files navigation

Notice: This repo has been archived and replaced by the Architecture Toolkit package.

Data Structures

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.

Reference

Installation

Use the Unity Package Manager to install the Data Structures package.

  1. Open the Package Manager in Window > Package Manager
  2. Click the add (+) button in the status bar
  3. Select Add package from git URL from the add menu
  4. Enter the following Git URL in the text box and click Add:
https://github.com/zigurous/unity-data-structures.git

Namespace

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;