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 SettingsAdd a new scoped registry
https://packages.goreng.devDefine
devClick
Applyto 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
Installbutton to add it to your project.
Last updated