The Framework
  • Introduction
    • What is The Framework
    • Core Objectives
    • Key Features
    • Architecture Overview
    • Benefits
    • Conclusion
  • Getting Started
    • Installation
  • Quick Setup
    • Unity Setup
    • Creating a Scene
    • Creating a Bootstrap
    • Creating a Canvas
  • API Reference
    • Scene Management
      • ICanvas
      • INavigationService
      • IDataService
      • IBootstrap
      • IAsyncScene
Powered by GitBook
On this page
  1. Getting Started

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.

PreviousGetting StartedNextQuick Setup

Last updated 6 months ago