Skip to content

Commit

Permalink
Update 23.10.1.md
Browse files Browse the repository at this point in the history
Updated to address feedback

Signed-off-by: Joe Bryant <[email protected]>
  • Loading branch information
Joe Bryant authored Dec 5, 2023
1 parent 49f50b6 commit 8e92a07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions releases/23.10.1.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The **Open 3D Engine (O3DE)** 23.10.1 fully implements Prefab Overrides and the Document Property Editor (DPE), enabling these by default. The release also simplifies steps for exporting packages, fixes crashes in the Material Canvas, implements Asset Browser optimizations to improve editor startup times in projects with large numbers of assets (eg several thousand assets), and ROS2 gem and Robotics Templates bug fixes and improvements.
The **Open 3D Engine (O3DE)** 23.10.1 fully implements Prefab Overrides and the Document Property Editor (DPE), enabling these by default. The release also simplifies steps for exporting packages, fixes crashes in the Material Canvas, implements Asset Browser optimizations to improve editor startup times in projects with large numbers of assets (e.g. several thousand assets), and ROS2 gem and Robotics Templates bug fixes and improvements.

## Highlights

Here are some highlights of O3DE 23.10, followed by a detailed list of features broken down by Special Interest Group (SIG).
Here are some highlights of O3DE 23.10.1, followed by a detailed list of features broken down by Special Interest Group (SIG).

1. **Prefab Overrides:** Prefab Overrides are now enabled by default. Addressed several stability, usability, and performance issues.

Expand All @@ -11,8 +11,8 @@ Here are some highlights of O3DE 23.10, followed by a detailed list of features
- Material canvas base and standard PBR nodes now use the material pipeline system to share shader code, generate fewer files, and look closer to the original material types. Material graph files will not need to be updated but users might need to delete previously generated material and shader files and let material canvas create new ones. It might take longer to process assets and update previews depending on how many material pipelines, platforms, and RHI are enabled. These can be configured in project and asset processor registry settings.
- Fixed material and shader builder warnings, errors, dependency tracking, and problems with consistent reloading that affected iterating on shaders and material types in and out of material canvas.
- Material component generate source materials feature now tracks and displays progress for generated materials to ensure that assets are ready before assigning them. This would previously print several warning messages when assigning unprocessed materials.
- Material component, instance editor, and generate source materials have been fixed to reference original source material types instead generated files in the intermediate asset folder.
- The atom instance database and instance id classes were updated with better support for tracking specific versions of assets so that new instances can be easily created when assets reload.
- Material component, instance editor, and generate source materials have been fixed to reference original source material types instead of generated files in the intermediate asset folder.
- The Atom instance database and instance id classes were updated with better support for tracking specific versions of assets so that new instances can be easily created when assets reload.

3. **Improved Editor Load Times:** Users with large asset databases have had issues with long startup times in the main editor. These changes add some high level optimizations, caching various values, replacing vectors and linear searches with unordered sets, removing seemingly unnecessary recursion, and other changes.

Expand All @@ -27,7 +27,7 @@ Here are some highlights of O3DE 23.10, followed by a detailed list of features
- Enhanced the user experience with robotics project templates by updating readmes and preview images.
- Optimized ROS 2 transform frame publishing.

7. **Added support for the android gradle plugin 8.1+**
7. **Added support for the Android Gradle plugin 8.1+:** Enable support for generating Android projects for Gradle 8.0+ and the Android Gradle Plugin 8.1+

## PR's for point release
* https://github.com/o3de/o3de/pull/17165 - Make sure ios export script uses correct asset processor path
Expand Down

0 comments on commit 8e92a07

Please sign in to comment.