What problem does it solve?
Developers lack clear, safety‑first guidance for building Decentraland SDK7 scenes, especially regarding composite‑first authoring, asset handling, and deployment constraints within the QuickJS sandbox.
Core Features & Use Cases
- Composite‑first rule: Enforces that all static entities are defined in composites, keeping TypeScript code focused on dynamic behavior.
- Behavioral guidelines: Provides a structured approach to confirm parcel changes, asset fetching, and authoritative server additions with the user.
- Index of topic skills: Links to specialized skills such as
create-scene, add-3d-models, multiplayer-sync, and more, enabling modular scene development.
- Shared references: Includes component APIs, asset catalogs, and validation rules for consistent implementation.
- Use case: A developer can quickly scaffold a new scene, add 3D models from the catalog, configure interactivity, and deploy it while adhering to best‑practice safety checks.
Quick Start
Create a new Decentraland SDK7 scene scaffold with default configuration.