Changelog
All notable changes to this package will be documented in this file (reverse chronological order).
The format is based on Keep a Changelog and this project adheres to Semantic Versioning expressed as MAJOR.MINOR.PATCH:
- Different MAJOR: there is at least one breaking change, and neither version of the package can be substituted for the other. For example, versions 1.2.3 and 2.0.0 are not compatible and cannot be used interchangeably.
- Same MAJOR, different MINOR: the highest MINOR introduces functionality in a backward-compatible way. For example, version 1.3.0 can be used to fulfill a dependency on 1.2.0 because 1.3.0 is backward-compatible; however because it introduces new features, the reverse is not true.
- Same MAJOR.MINOR, different PATCH: the highest PATCH introduces bug fixes without changing the API at all, in a backward-compatible way. For example, versions 1.3.0 and 1.3.1 should be interchangeable as they have the same API, although 1.3.1 contains a bug fix not present in 1.3.0.
[1.0.0] - 2026-06-01
Changed
- Changed package version number to 1.0.0
[1.0.0-pre.2] - 2026-05-01
Added
- 'Addressable Groups' context menu now supports 'Add Chunk Schema' and 'Remove Chunk Schema'.
- Menu items added to
GDK > Documentation > *for both Microsoft GDK Intelligent Delivery and Unity Intelligent Delivery Package documentation. (?)button added to top right of UI for quick access to Microsoft GDK Intelligent Delivery and Unity Intelligent Delivery Package documentation.- User documentation for package.
- Multi-select support for features and recipes - users can now select multiple items using Ctrl+Click or Shift+Click and delete them in batch.
- Confirmation dialog when deleting recipes that have associated features (consistent with feature deletion behavior).
- Drag-and-drop support for unmapped groups: users can now drag unmapped Addressable groups directly to the "Mapped Groups" section header to add Chunk Properties Schema.
Changed
- The
tag expressioneditor has been updated to provide clearer visual representation of the expression. - The
Applybutton on the Intelligent Delivery Chunk/Feature/Recipe properties inspector view now aligns with standard Unity UI.
Fixed
- Fixed drag-and-drop operations leaving the Mapper window UI in an unresponsive state when items were dropped outside valid drop targets.
- Fixed "Available Features" pane not refreshing after recipe deletion, incorrectly showing deleted recipe's features as still mapped.
[1.0.0-pre.1] - 2026-03-01
- Initial Release