|
1 | 1 | # Changelog |
| 2 | +## v0.11.3 - 2026-03-24 |
| 3 | +### 🐞 Fixes |
| 4 | +- [Patch] Request world sensing authorization before starting ARKit session (31eac96…) |
| 5 | +- [Patch] fix camera orbit function (0099534…) |
| 6 | +- [Patch] Fixed issues with texture streaming and batch system (ff3856b…) |
| 7 | +- [Patch] Added stream texture debugger (1a0638e…) |
| 8 | +- [Patch] Implemented progressive asset loader (123f5ac…) |
| 9 | +- [Patch] Modified the min and max for texture streaming (a36344e…) |
| 10 | +- [Patch] Fixed issue with progressive loading in XR (45ba06c…) |
| 11 | +- [Patch] First implementation of out-of-core (2e5e01e…) |
| 12 | +- [Patch] Improve out-of-core loading and eviction logic (0f0ebd3…) |
| 13 | +- [Patch] Improved performance of OOC (3496d13…) |
| 14 | +- [Patch]Stabilize asset streaming (bcb4c73…) |
| 15 | +- [Patch]Release MDLAsset CPU residency, add disk-backed cold re-streaming (07455b7…) |
| 16 | +- [Patch] Refine admission gate: add soft zone and fallback mesh on reject (9517e64…) |
| 17 | +- [Patch] Fix wrong initial textures by correcting TextureLoader cache key (db87e46…) |
| 18 | +- [Patch] Fix wrong batch textures by using object-identity. (65abf1d…) |
| 19 | +- [Patch] Complete three-tier texture streaming and add scene profiles (b8d7b66…) |
| 20 | +- [Patch] fixed lod system to work with OOC (180b650…) |
| 21 | +- [Patch] Formatted files (43a7f59…) |
| 22 | +- [Patch] Improved OOC performance (41c96df…) |
| 23 | +- [Patch] Added profiling documentation (58961cf…) |
| 24 | +- [Patch] Fixed Out-of-Core texture crash (0c3e5cf…) |
| 25 | +- [Patch] Added g-buffer debugger (12b60d2…) |
| 26 | +- [Patch] Fixed camera position for OOC system for XR (828cac7…) |
| 27 | +- [Patch] Fixed memory budget manager for XR (fdf9d61…) |
| 28 | +- [Patch] Fixed closest point used for OOC (659c795…) |
| 29 | +### 📚 Docs |
| 30 | +- [Docs] Added system architecture docs (e52dc7a…) |
| 31 | +- [Docs] Update progressive asset loading docs (85428b7…) |
| 32 | +- [Docs] Updated documentation (5ef25bb…) |
| 33 | +- [Docs] Updated Out of core docs (e225123…) |
2 | 34 | ## v0.11.2 - 2026-03-18 |
3 | 35 | ### 🐞 Fixes |
4 | 36 | - [Patch] fixed texture streaming (f676f75…) |
|
0 commit comments