Installation

Integrating The Framework via a custom registry allows for seamless updates and dependency management using Unity's built-in Package Manager.

  1. Add the Custom Registry URL:

    • Open your Unity project.

    • Navigate to Window > Package Manager.

    • Click on the icon in the top-right corner and select Project Settings

    • Add a new scoped registry

      https://packages.goreng.dev
    • Define dev

    • Click Apply to include the registry in your project.

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