Meta Spatial Editor Migration
Updated: Sep 4, 2026
The Meta Spatial Editor integration was removed in IWSDK 0.5. New and migrated projects use native IWSDK scene JSON files and the managed native scene editor.
Do not add the former editor plugin or create new GLXF levels. IWSDK loads native scene files from the project:
public/scenes/main.iwsdk.scene.json
Each native scene uses the iwsdk.scene.v1 format.
Migrate an existing project
Use the
Native Scene Migration guide to move declarative scene content into native scene files while retaining procedural behavior and systems in code.
Use the
Native Scene Editor guide to learn the scene format, managed editor workflow, validation tools, and visual review process.
This compatibility page is intentionally excluded from navigation and remains available for existing inbound links.