-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d15b7c7
commit 0d963aa
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.