Skip to content

Commit

Permalink
Build guide
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRuisseau committed Jul 16, 2024
1 parent d15b7c7 commit 0d963aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/Doc/build.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Build
# Build

To build the project and create an executable, you only need the Unity Editor. The only constraint is that the scenes need to be numbered correctly, like in the following image.

<p align="center">
<img src="../Img/BuildScenes.png" alt="Scenes">
</p>

Then, you can build the project by going to `File > Build Settings` and selecting the scenes in the correct order. You can then select the target platform and build the project.

Windows is the only build target that has been tested, but building for other platforms should work as well using the correct [Unity plugins](https://docs.unity3d.com/560/Documentation/Manual/PluginsForDesktop.html).

> [!NOTE]
> The .exe will not work if not associated with the other files created by Unity.
Binary file added src/Img/BuildScenes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d963aa

Please sign in to comment.