IN THIS ARTICLE
Open 3D Engine (O3DE) User Guide
Welcome to the O3DE User Guide! This documentation contains information and guidance for users working on an O3DE project.
Read about the features provided by Open 3D Engine.
Documentation | Details |
---|---|
Assets | Learn about O3DE’s asset management tools and pipeline. |
Build | Learn how to use the CMake generator with O3DE projects to generate IDE projects and build them. |
Components | Learn about the components that add functionality to your entities in O3DE. |
Editor | Learn how to use the O3DE Editor. |
Settings Registry | Learn how to use the Settings Registry to maintain settings and configurations for O3DE applications and tools. |
Gems | Learn about the Gems that extend O3DE. |
Interactivity | Learn how to simulate robots, implement player navigation controls and other world interaction methods. |
Networking | Learn about the low-level networking stack in O3DE and the multiplayer framework that uses it to provide multiplayer features in games and simulations. |
Optimization | Learn how to optimize your O3DE project. |
Packaging | Learn how to package your O3DE-based product for release. |
Programming | Learn about core engine programming concepts in O3DE. |
Project Configuration | Learn how to configure and customize your O3DE project. |
Remote Content | Learn about Remote Content, a built-in way to share and download Gems, Projects and Templates. |
Scripting | Learn about Script Canvas, O3DE’s visual scripting solution, and Lua to create logic and behaviors in your project. |
Testing | Learn how to test your O3DE components and project. |
Visualization | Learn about Atom-based visualization components in O3DE. |
Reference documentation
Documentation | Details |
---|---|
Glossary | Common terms and concepts used in O3DE development. |
Asset file types | Reference for the asset file types supported in O3DE by default. |
Console variable reference | Reference for the O3DE console variables (CVARs). |
Log files | Learn where to find common log files in O3DE. |
Related documentation
Documentation | Details |
---|---|
Tutorials and Examples | Check out video tutorials, written tutorials, and samples to practice the concepts and techniques that you learn from the sections of the User Guide. |