All builds are compiled in release mode with compile-time optimisations turned on.
Go to the Actions tab and click on the latest build at the top. At the bottom of the page under Artifacts, you should see a download button for each platform and build type. Note that you must be logged in to Github to see the download buttons.
Built with all modules and features.
Slimmed down builds of the export templates with many modules and features disabled. Notably;
- 3D rendering and physics,
- Multiplayer,
- XR are disabled.
Export templates have encryption enabled, with an auto-generated key unique to each build and platform. You can find the encryption key inside the encryption-key.txt file included in the package .zip. You will need to set this encryption key in your project's export settings before export, and include the files to be encrypted. For more information, please see the official documentation.
Keep in mind however, that this encryption can be defeated very easily using publicly available tools and basic reverse engineering methods, and the fact that the keys are publicly visible inside the package archives and build logs don't make it any more secure either. In the end, this only makes the decryption of your released games slightly less convenient.