Releases: untoldengine/UntoldEngine
Release v0.12.11
Untold Engine v0.12.11 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] Fix SSAO floating in XR (9a0fba5…)
- [Patch] Fix DoF depth linearization for reverse-Z (Vision Pro) (79512a3…)
- [Patch] Bloom threshold samples full HDR scene, not emissive-only (0652749…)
- [Patch] Fix DoF bokeh aspect ratio — radius now in pixel space (ebd36b0…)
- [Patch] Replace DoF ring sampling with Vogel disc pattern (16 samples) (947fe23…)
- [Patch] Fix chromatic aberration aspect ratio and redundant samples (e9f35bb…)
- [Patch] Fix vignette shape — circular not elliptical on wide screens (1559ede…)
- [Patch] Wider bloom blur — 9-tap Gaussian kernel, 4 passes, radius 6 (6af62db…)
- [Patch] Eliminate redundant texture sample in LookShader (9ca27f0…)
- [Patch] SSAO bilateral blur: linearize depth and thread reverseZ flag (d211b62…)
- [Patch] Rename BloomCompositeShader textures to match their actual slots (8ec208f…)
- [Patch] Fix ColorCorrectionShader parameter mismatch (d72a8db…)
- [Patch] Remove dead commented-out code block from LookShader (39926ac…)
- [Patch] Update RenderGraphBuilderTest for removed geometryPassId param (8e11d5c…)
- [Patch] Fix SSAO intensity and retune preset values (84ddb59…)
- [Patch] Add progress/percentage to exporter cli (e6741a8…)
- [Patch] Fixed demo camera orbit (ea2c571…)
- [Patch] Fix occlusion for transparency meshes in xr (ce811e0…)
- [Patch] Added cache to the native texture loader (f4470d5…)
- [Patch] Implemented cascade shadow mapping (4856e59…)
- [Patch] Updated the build templates (6c49df0…)
- [Patch] Implemented Temporal Anti-Aliasing (dd3abd3…)
- [Patch] Moved loadUntoldScene from build templates (403320f…)
- [Patch] Added a factor to the tile gen script to use area as input (884e051…)
- [Patch] Fix XR mixed-mode HZB culling behind transparent surfaces (8c63977…)
- [Patch] Fix HZB false culling near transparent surfaces (0c0b0df…)
- [Patch] Generate mip map for untold files (3dda8bc…)
- [Patch] Fix z-figthing issues (b3b6535…)
- [Patch] fixed reversed z for depth debug (848800d…)
- [Patch] Fixed grid after doing reversed-z (225b9c1…)
- [Patch] Preserve original mesh names add selective merge via NM_ prefix (361a299…)
📚 Docs
- [Docs] Updated static batching docs (4471b07…)
- [Docs] Updated readme (476056e…)
- [Docs] Updated licenses (9dc3f6d…)
- [Docs] Updated documents (136d8a1…)
- [Docs] Updated readme (434274c…)
- [Docs] Moved documentation to use mkdocs (811d032…)
- [Docs] point to stable release (89c56b7…)
- [Docs] Added load scene docs (cd0a8eb…)
- [Docs] Update spatial docs (9885d85…)
Release v0.12.10
Untold Engine v0.12.10 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] Made fxaa pass public (736ec7b…)
Release v0.12.9
Untold Engine v0.12.9 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
Release v0.12.8
Untold Engine v0.12.8 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] Fix FrameMetricsCollector data race; expand signpost coverage (e59e1b1…)
- [Patch] Add screen-space importance sort to GeometryStreamingSystem (b543024…)
- [Patch] Guard LOD array bounds & component registration tile LOD loading (4622256…)
- [Patch] Eliminate race window on pendingPressureRelief throttle bypass (3ff04dc…)
- [Patch] Initialize TextureStreamingSystem Metal resources at startup (7db5b7f…)
- [Patch] Distinguish cold rehydration failure modes with separate err msg (0b00ce2…)
- [Patch] Guard TileLODTagComponent registration in H/LOD load completion (6ef2523…)
- [Patch] Route streaming error logs through ErrorHandlingSystem. (91aa8ad…)
- [Patch] Route all Logger.logError calls through ErrorHandlingSystem (a1e428f…)
📚 Docs
Release v0.12.7
Untold Engine v0.12.7 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] Improved ECS query (7d79114…)
- [Patch] Fixed per mesh uniform buffer (31bdcf3…)
- [Patch] Enabled optimized frustum (ce44b86…)
- [Patch] Fix fps profiler (7a46cce…)
- [Patch] Added load scene func in Build System (fee5a6a…)
- [Patch] Added Post FX helper functions (fc00d10…)
- [Patch] Fix transform for armature in exporter (b5051aa…)
- [Patch] Added function to get asset url (7ef9e4f…)
📚 Docs
- [Docs] Added documentation for the Logger system (45be832…)
Release v0.12.6
Untold Engine v0.12.6 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
Release v0.12.5
Untold Engine v0.12.5 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
Release v0.12.4
Untold Engine v0.12.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] Updated build templates to use recent api for streaming (7221b11…)
- [Patch] Added additional profiles to TextureStreamingSystem (58a4b07…)
- [Patch] Multi-node scene no longer hijacks caller entityId (b9f5f5b…)
- [Patch] Updated the build system template (c744685…)
- [Patch] Fixed serializer to use new asset format (6041fbd…)
- [Patch] fixed project cli script (97ee35d…)
- [Patch] Fix project script create (b58690b…)
📚 Docs
Release v0.12.3
Untold Engine v0.12.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 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
Release v0.12.2
Untold Engine v0.12.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 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] Fix path traversal in remote texture disk cache (e4773fb…)
- [Patch] Enforce HTTPS for remote manifest and tile downloads (091560e…)
- [Patch] Fixed animation to use new asset format (47d14c8…)
- [Patch] Fixed unconditional bisect partition (1e5ca18…)
- [Patch] Fixed mip-map selection for small models (b094b45…)
- [Patch] Added options to partition and export fractions of a scene (9d69282…)
- [Patch] Fixed frustum culling count report for XR (9052ddd…)
- [Patch] Fixed HZB occlusion in XR (736e7f7…)
- [Patch] Implemented quad-tree parsing (eeacd87…)
- [Patch] Modified code to annotate quadtree tag (eb932d9…)
- [Patch] Added floor count to quad tree partitioning (76df3fc…)
- [Patch] Improved quad tree performance (2cda410…)
- [Patch] Tile-local mesh batching. Tighten interior tier streaming radii (13a39e7…)
- [Patch] Add interior/exterior separation for quadtree tile streaming (13ff027…)
- [Patch] Wire HLOD/LOD generation into the quadtree export path (e0ccd0b…)
- [Patch] Extend name hints & fix interior_zone for spanning ExteriorShell (e6a5122…)