Skip to content

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

License

Notifications You must be signed in to change notification settings

zigurous/unity-architecture-toolkit

Repository files navigation

Architecture Toolkit

The Architecture Toolkit contains data structures, design patterns, extensions, and utilities to help solve common architectural problems in Unity projects or simply make common programming tasks easier to manage.

Reference

Installation

Use the Unity Package Manager to install the Architecture Toolkit 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-architecture-toolkit.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.Architecture;