Skip to content

Release v0.12.9

Choose a tag to compare

@github-actions github-actions released this 29 Apr 04:57
· 240 commits to develop since this release

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

  • [Patch] Add pre-upload tile size/budget diagnostic, device mem profile (81b78dc…)
  • [Patch] Dump memory budget snapshot on OS memory pressure warning (55995c3…)
  • [Patch] implemented FXAA (39d81f8…)
  • [Patch] Improved FXAA (ef04700…)