2025-05-13 13:18:32 +07:00

28 lines
803 B
Plaintext

---
id: main-scene-overview
title: Setup Main Game
description: Main scene structure and setup process.
---
# Main Scene
This is where all the magic happens.
---
The **Main Scene** is the most complex scene in the project, containing **hundreds of objects, scripts, and configurations**.
![Main Scene Wireframe](../img/05-main-scene/main-scene-wireframe.png)
Yet, it is surprisingly simple to use.
By following the step-by-step setup, you'll have a fully working main scene in no time.
:::info
In fact, if all the other scenes are set up correctly, you can even test the game without configuring the main scene.
Try running the project - the result might look minimal, but it's actually the full game logic running without any visual assets.
![Run Test](../img/05-main-scene/run-test.png)
:::