Add modular features and assets with Gems
Open 3D Engine (O3DE), the successor to Lumberyard, is now available in Developer Preview. Download O3DE |
Gems are packages that contain code and assets to augment your game projects. With the Programming with Gems, you can choose the features and assets that you need for your game project without including unnecessary components. For a list of all gems included in Lumberyard, see Gems Available in Lumberyard.
Lumberyard features two types of Gems:
-
Code & Assets – Contains assets as well as code that performs certain functions upon the assets.
-
Assets Only – Contains only assets and no code.
All Lumberyard gems are located in the following directory:
lumberyard_version
\dev\Gems
The gems that you enable are automatically detected and built through the integrated Using the Waf Build System.
To enable Code & Assets Gems, you must select the Create, Modify and Build projects option in Lumberyard Setup Assistant. This option is not required for Assets Only gems. For more information, see Running Lumberyard Setup Assistant.
You can enable Gems with the Project Configurator or the command line (Lmbr.exe).