Releases: untoldengine/UntoldEngine
Release v0.11.4
Untold Engine v0.11.4 is now available.
Getting Started
Clone the repository and run the demo project:
git clone https://github.com/untoldengine/UntoldEngine.git
cd UntoldEngine
swift run untoldsandbox
This will build the engine and launch the demo using Swift Package Manager.
Using Untold Engine in Your Project
Untold Engine can be added to your own projects as a Swift Package dependency:
https://github.com/untoldengine/UntoldEngine
Refer to the README for setup instructions and examples.
Documentation & Resources
Repository:
https://github.com/untoldengine/UntoldEngine
README:
https://github.com/untoldengine/UntoldEngine/blob/develop/README.md
GitHub Discussions:
https://github.com/untoldengine/UntoldEngine/discussions
Changes in this Release
🐞 Fixes
- [Patch] Modify build system with new functions (2ef3bf6…)
- [Patch] Fixed concurrency swift 6 issue (f431f47…)
- [Patch] Added guard to avoid creation of zero dim texture (972c139…)
- [Patch] Consolidate loadScene as the primary scene entry point (8befb7b…)
- [Patch] fixed xr ooc crash issues with large models. (a3e42a3…)
- [Patch]Added xrCamera logging message (832c72f…)
📚 Docs
Release v0.11.3
Untold Engine v0.11.3 is now available.
Getting Started
Clone the repository and run the demo project:
git clone https://github.com/untoldengine/UntoldEngine.git
cd UntoldEngine
swift run DemoGame
This will build the engine and launch the demo using Swift Package Manager.
Using Untold Engine in Your Project
Untold Engine can be added to your own projects as a Swift Package dependency:
https://github.com/untoldengine/UntoldEngine
Refer to the README for setup instructions and examples.
Documentation & Resources
Repository:
https://github.com/untoldengine/UntoldEngine
README:
https://github.com/untoldengine/UntoldEngine/blob/develop/README.md
GitHub Discussions:
https://github.com/untoldengine/UntoldEngine/discussions
Changes in this Release
🐞 Fixes
- [Patch] Request world sensing authorization before starting ARKit session (31eac96…)
- [Patch] fix camera orbit function (0099534…)
- [Patch] Fixed issues with texture streaming and batch system (ff3856b…)
- [Patch] Added stream texture debugger (1a0638e…)
- [Patch] Implemented progressive asset loader (123f5ac…)
- [Patch] Modified the min and max for texture streaming (a36344e…)
- [Patch] Fixed issue with progressive loading in XR (45ba06c…)
- [Patch] First implementation of out-of-core (2e5e01e…)
- [Patch] Improve out-of-core loading and eviction logic (0f0ebd3…)
- [Patch] Improved performance of OOC (3496d13…)
- [Patch]Stabilize asset streaming (bcb4c73…)
- [Patch]Release MDLAsset CPU residency, add disk-backed cold re-streaming (07455b7…)
- [Patch] Refine admission gate: add soft zone and fallback mesh on reject (9517e64…)
- [Patch] Fix wrong initial textures by correcting TextureLoader cache key (db87e46…)
- [Patch] Fix wrong batch textures by using object-identity. (65abf1d…)
- [Patch] Complete three-tier texture streaming and add scene profiles (b8d7b66…)
- [Patch] fixed lod system to work with OOC (180b650…)
- [Patch] Formatted files (43a7f59…)
- [Patch] Improved OOC performance (41c96df…)
- [Patch] Added profiling documentation (58961cf…)
- [Patch] Fixed Out-of-Core texture crash (0c3e5cf…)
- [Patch] Added g-buffer debugger (12b60d2…)
- [Patch] Fixed camera position for OOC system for XR (828cac7…)
- [Patch] Fixed memory budget manager for XR (fdf9d61…)
- [Patch] Fixed closest point used for OOC (659c795…)
📚 Docs
Release v0.11.2
Untold Engine v0.11.2 is now available.
Getting Started
Clone the repository and run the demo project:
git clone https://github.com/untoldengine/UntoldEngine.git
cd UntoldEngine
swift run DemoGame
This will build the engine and launch the demo using Swift Package Manager.
Using Untold Engine in Your Project
Untold Engine can be added to your own projects as a Swift Package dependency:
https://github.com/untoldengine/UntoldEngine
Refer to the README for setup instructions and examples.
Documentation & Resources
Repository:
https://github.com/untoldengine/UntoldEngine
README:
https://github.com/untoldengine/UntoldEngine/blob/main/README.md
GitHub Discussions:
https://github.com/untoldengine/UntoldEngine/discussions
Changes in this Release
🐞 Fixes
- [Patch] fixed texture streaming (f676f75…)
Release v0.11.1
Untold Engine v0.11.1 is now available.
Getting Started
Clone the repository and run the demo project:
git clone https://github.com/untoldengine/UntoldEngine.git
cd UntoldEngine
swift run DemoGame
This will build the engine and launch the demo using Swift Package Manager.
Using Untold Engine in Your Project
Untold Engine can be added to your own projects as a Swift Package dependency:
https://github.com/untoldengine/UntoldEngine
Refer to the README for setup instructions and examples.
Documentation & Resources
Repository:
https://github.com/untoldengine/UntoldEngine
README:
https://github.com/untoldengine/UntoldEngine/blob/main/README.md
GitHub Discussions:
https://github.com/untoldengine/UntoldEngine/discussions
Changes in this Release
🐞 Fixes
- [Patch] initial cell-based static batch system (7574378…)
- [Patch] Cell-based static batch visualizer (2159ff1…)
- [Patch] Implemented cell based static batching (6fee69a…)
- [Patch] Fixed end submission warning visionpro (575d382…)
- [Patch] Reduced render target memory (4cc7e42…)
- [Patch] Implemented mip-map texture streamming (9e77006…)
- [Patch] set lower resolution mip-map for visionpro (dfeb928…)
- [Patch] Fix aabb-world calcuation (12f51f4…)
- [Patch] Improved occlusion testing (b342cba…)
- [Patch] Improved HZB for elongated meshes. (7fb1915…)
- [Patch] Fixed segment-level occlusion popping (d3b8980…)
Release v0.11.0
Untold Engine v0.11.0 is now available.
Getting Started
Clone the repository and run the demo project:
git clone https://github.com/untoldengine/UntoldEngine.git
cd UntoldEngine
swift run DemoGame
This will build the engine and launch the demo using Swift Package Manager.
Using Untold Engine in Your Project
Untold Engine can be added to your own projects as a Swift Package dependency:
https://github.com/untoldengine/UntoldEngine
Refer to the README for setup instructions and examples.
Documentation & Resources
Repository:
https://github.com/untoldengine/UntoldEngine
README:
https://github.com/untoldengine/UntoldEngine/blob/main/README.md
GitHub Discussions:
https://github.com/untoldengine/UntoldEngine/discussions
Changes in this Release
🐞 Fixes
- [Patch] Fix easy Sendable/static-value issues (4b3e497…)
- [Patch] Initial migration to swift 6.0 (8f1e6e9…)
- [Patch] Phase 2 for migration to swift 6.0 (e32e826…)
- [Patch] Phase 3 for migration to swift 6.0 (344cae3…)
📚 Docs
- [docs] Updated readme (3ea1d09…)
🚀 Features
- [Feature] Migrated engine to swift 6.0 (d7c6fb9…)
Release v0.10.17
Untold Engine v0.10.17 is now available.
Getting Started
Clone the repository and run the demo project:
git clone https://github.com/untoldengine/UntoldEngine.git
cd UntoldEngine
swift run DemoGameChanges in this Release
🐞 Fixes
Release v0.10.16
Untold Engine v0.10.16 is out! Here are the recent changes:
🐞 Fixes
- [Patch] Added two-hands spatial rotate (d46bbea…)
v0.10.15
Release 0.10.15
v0.10.14
Release 0.10.14
v0.10.13
Release 0.10.13