The process of creating an executable file for a device is called Building. Without building, it’s only possible to run your apps within Unity, which isn’t really an option for the end users.
This page shows how to create applications for Windows. Building for Windows creates an .exe file.
PaleBlue Trainer can also created Web Applications, and much more.
For a build to happen, one needs to specify a Build Target. This Build Target is a fancy name to say what kind of device you’re going to build for.
Building
To create a build:
- In Unity menu, open File → Build Settings… menu
- Click Build button
- This will open a dialog, you will see that the scenes are added to the build, and the relevant platform is chosen.
- Click Build and select the folder where to place the build
- Build process will start, and after some time will produce a folder with your interactive Windows application
When on Windows, the resulting build can be run straight away.