GridPlacement 5.1 (GDScript)

This section documents GridPlacement 5.1 (GDScript).

  • Canonical name (5.1+): GridPlacement (forward-facing naming).

  • Legacy-only naming: GB / GridBuilding remains in many type names and the addon path (res://addons/grid_building) for compatibility.

  • 5.1 goal: keep the addon stable for existing projects.

  • New development goal: use the 6.0 C# service architecture and treat Godot nodes as thin adapters over Core workflows/services/state.

Start here

  • 5.1 API reference: ./api/
  • 5.1 → 6.0 migration checklist: ./migration/gdscript-to-csharp/
  • 5.1 runtime chain (nodes → workflows → services → state): ./guides/runtime-chain/

When you are ready to adopt the C# architecture:

  • ../../v6-0/guides/service_architecture_and_adapters/
  • ../../v6-0/guides/core-godot-integration/