Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.2 KB

README.md

File metadata and controls

11 lines (9 loc) · 1.2 KB

JForge Assembly Tools

JForge Assembly Tools is a collection of tools to help with creating and managing assemblies within a Unity Project.

With the Unity features of DOTS ECS baking and burst compilation; creating assemblies to speed up compilation and baking is close to a necessity in larger projects. This package aims to help with the creation and management of these assemblies.

Features

You can check out the included samples for some examples of how to use the tools.

Feature Description
Inherited Assembly Generator A tool to generate inherited assemblies from other assembly definitions.
Assembly Package Generator A tool to generate feature packages from a template folder structure with assemblies and references.