Scene and Level Management
CommunityLoad scenes without breaking ECS state
AuthorXyrces
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Scene and level changes often break game state, interrupt loading, or scatter logic across disposable nodes. This Skill shows how to keep the ECS world persistent while Godot scenes are swapped, streamed, and composed as a clean visual layer.
Core Features & Use Cases
- Async Scene Loading: Load levels in the background with progress reporting and loading screens.
- Additive Composition: Combine HUD, gameplay, menus, and overlays without destroying the current scene.
- Open-World Streaming: Load and unload chunked level content around the player as they move.
- ECS Lifecycle Control: Clean up level-bound entities while preserving persistent tags, player state, and long-lived systems.
- Use Cases: Level transitions with fade effects, pause menus that appear over gameplay, and large worlds that stream chunks on demand.
Quick Start
Use this Skill to design a scene transition flow for a Godot 4.x ECS game that loads a new level asynchronously, shows progress, and preserves persistent entities.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Scene and Level Management Download link: https://github.com/Xyrces/godot-ecs-gamedev-playbook/archive/main.zip#scene-and-level-management Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.