Skip to content

Release v0.12.7

Choose a tag to compare

@github-actions github-actions released this 25 Apr 14:56
· 263 commits to develop since this release

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…)