First Scene Setup
Overview
Section titled “Overview”The first scene should prove the runtime is wired correctly before you add content. Keep it minimal, then expand once the core flow is stable.
Suggested order
Section titled “Suggested order”- Place the player and controller stack
- Add the camera rig
- Add UI and prompts
- Add input routing
- Add one interactable or damage target
- Confirm the scene transitions and save flow
Common mistake
Section titled “Common mistake”[!WARNING] Do not start by wiring every system at once. The faster route is to prove one loop, then layer the rest on top.
Media Suggestions
Section titled “Media Suggestions”- Screenshot: Minimal scene hierarchy.
- Screenshot: Camera rig and player controller in the scene.
- GIF: First playable loop in the sample scene.
- Video: Step-by-step first scene setup.
- Diagram: Player → camera → UI → interaction loop.