Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## v0.2.9

Highlights:

- Fixed a D3D12 editor crash where an instanced dynamic mesh shader expected `InstanceVF` but received a scene uniform buffer.
- Aligned the custom instanced dynamic mesh vertex factory with UE GPUScene behavior for UE 5.5, 5.6, 5.7, and 5.8.
- Rebuilt release packages to avoid stale plugin binaries or shader metadata.

Packaging notes:

- Regenerate marketplace project files from v0.2.9 or newer before upload.
- Users upgrading from v0.2.8 should let Unreal recompile shaders after the plugin update.
Comment on lines +13 to +14

## v0.2.8

Highlights:
Expand Down