Project Export
The Project Export command enables shipping of O3DE projects into distributable games. It is designed to fulfill arbitrary needs in the export process, and comes with standard export scripts for the majority of users.
Note:You can find a presentation of the Project Export feature on the official O3DE Youtube: https://www.youtube.com/watch?v=fV1gmxiRHdY
The development source for the Project Export command can be found here: https://github.com/o3de/o3de/blob/development/scripts/o3de/o3de/export_project.py
Source code for standard export scripts for Windows, Linux, Android, and iOS can be found here: https://github.com/o3de/o3de/tree/development/scripts/o3de/ExportScripts
Topics
Name | Description |
---|---|
High Level Overview | This provides the architectural overview of Project Export. |