| 12345678910111213141516 |
- .. include:: ../_header.rst
- Executing the compiler
- ~~~~~~~~~~~~~~~~~~~~~~
- You have multiple options to compile a scene file:
- * When you save the modifications of a scene file in the |SceneEditor|_ the scene is compiled automatically.
- * In the context menu of the |SceneEditor|_ you can click on the **Compile Scene** command.
- .. image:: ../images/scene-compiler-command-in-scene-editor-04272020.webp
- :alt: Compile scene command in context menu.
- * The **Compile Project** command compiles all the files of the project, including the scene files. You can execute the command with the ``Ctrl+Alt+B`` keys. It is also available in the |MainMenu|_.
|