This documentation is for a prerelease version of O3DE. Click here to switch to the latest release, or select a version from the dropdown.

Version:

Project Manager Developer Documentation

Project Manager is the entry point for many new users to O3DE. It is used to manage project creation and editing, building, downloading, among many other tasks. It also features templates for new projects, allowing you to easily create new objects as you need, without needing the CLI. Gems as well are managed through the Gem Catalog for any project.

The development source for the Project Manager can be found here: https://github.com/o3de/o3de/tree/development/Code/Tools/ProjectManager

Topics

NameDescription
Bootup SequenceLearn about how the Project Manager starts up. This will include all necessary steps in the sequence and identify some key classes that affect the rest of the Project Manager’s architecture.
Source Code MapThis contains a high level map of some of the most important code files in Project Manager, including brief descriptions and links to further information for each class.