Getting Started

Scope

This site documents the GameComposition plugin (service registry + scopes + settings provider).

Installation

  • Copy the addon into your project (or add it as a submodule / vendor folder).
  • Enable the plugin in Godot.

Minimal Bootstrap

  • Create a ServiceRegistry
  • Create a ServiceScope for your game/session
  • Register services once, then resolve them via the scope

Next

  • Read the Architecture overview.