Installation
Integrating The Framework via a custom registry allows for seamless updates and dependency management using Unity's built-in Package Manager.
Add the Custom Registry URL:
Open your Unity project.
Navigate to
Window
>Package Manager
.Click on the
…
icon in the top-right corner and selectProject Settings
Add a new scoped registry
Define
dev
Click
Apply
to include the registry in your project.
Install The Framework Package:
In the Package Manager window, ensure that the custom registry is selected from the dropdown menu.
Locate The Framework package in the list of available packages.
Click the
Install
button to add it to your project.
Last updated