28 lines
803 B
Plaintext
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**.
|
|
|
|

|
|
|
|
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.
|
|
|
|

|
|
:::
|