fixed manifest references with same id

This commit is contained in:
2026-08-11 15:17:30 +02:00
parent 2fd40d9d51
commit 21c2275c00
6 changed files with 307 additions and 6 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.1.22 — 2026-08-11
### Fixed
- Manifest assets that share the same id under different types are now all kept in the by-id index. Previously the first same-id entry (e.g. `W3DHierarchy:AUMCV_HOVER`) could shadow later definitions (e.g. `W3DContainer:AUMCV_HOVER`), causing `Model@Name` and other `BaseRenderAssetType` references to be reported as unresolved even though the asset existed in `Static.manifest`.
## 0.1.21 — 2026-08-11
### Added