For those who don’t know the tool: O3DE is the Open 3D Foundation open source game engine, built around the Atom renderer. It imports FBX assets.
A Release With Two Speeds
O3DE 26.05.0 arrived, and it contains hundreds of patches across the editor, renderer, asset pipeline, build tools and simulation systems. Binaries are available for Windows and Linux, alongside the source code. The release combines maintenance work with an experimental native particle Gem. So far, the particle system carries an explicit warning against production use.

Native Particles, With Caveats
The Open Particle System adds a native particle system for VFX. Its simulation runtime connects directly to Atom, and a dedicated editor handles authoring and previews.
Artists create an effect, save it as a particle asset, add a Particle component to an entity and assign the asset. AutoPlay can start the effect automatically. Playback can also be controlled through scripting.
The system supports sprite, ribbon and mesh particle types. Modules can alter color, force, speed and velocity. Mesh rendering remains unsupported and may cause problems on some platforms. The Gem stays experimental, and production use is discouraged. That warning matters more than teh presence of a mesh option in the editor.
LODs Join the Import Queue
The FBX importer gains an Auto-Generate Missing LODs option. Artists must enable it manually. When a source model lacks some levels of detail, the importer can generate the missing geometry during ingest. The option targets scene prototyping rather than final asset preparation. Import fixes also cover blend shapes, transforms on keyed meshes and the root coordinate system used for animation. A new interface between the Scene API and Assimp prepares the import layer for other libraries.
More Tone Mapping Choices

The Display Mapper gains AgX in Standard, Golden, Punchy and Warm variants. It also adds Khronos PBR Neutral. Both join ACES as tone-mapping choices.
The renderer gains an Unlit material type. Materials now enable emissive mode automatically when an emissive color exists. Scripts can read and set exposure on the Image Based Light component.
Diffuse Probe Grid lighting now includes bounce light from direct lights and emissive sources instead of sky lighting alone. Anisotropic filtering reduces moire patterns. Alternate frame rendering and basic cluster-level acceleration structures arrive for Vulkan. A Deferred Materials feature processor exists behind a setting and starts disabled.
Less Setup, Fewer Excuses
A new graphical tool creates custom C++ components from the File menu. It writes header and source files and registers them with the build system. Entity startup state returns to the Inspector. An entity can begin active or wait for code. The chosen state propagates through descendants, with a bitmask controlling child activation in finer detail.
Price and Availability
O3DE is free and open source. The engine has no license fee or commercial obligation. The default code license is the Apache License 2.0, with the MIT License available as an alternative. Third-party software and assets can carry separate terms.
Pricing is therefore zero for the engine itself. Separate licenses may still apply to external software or assets used in a project. The release is available as binaries for Windows and Linux and as source code. The particle Gem remains experimental despite shipping inside the same package as the production-focused fixes.
