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.
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. |