Skip to content

Release v0.12.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Apr 07:34

Untold Engine v0.12.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 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] Fixed exporter UV issues (4e5da7f…)
  • [Patch] Fixed texture encoding in exporter (5313ee7…)
  • [Patch] Improved the exporting speed. (7f14373…)
  • [Patch] Fixed grayscale textures rendering red in engine (a0c0f00…)
  • [Patch] Fixed 16-bit sRGB textures saving with wrong view transform (fe33c36…)
  • [Patch] Ignore exr textures during export (e9981ac…)
  • [Patch] Implemented LZ4 compression (7095b8d…)
  • [Patch] Added ASTC texture pipeline to engine. (6cd4dda…)

📚 Docs

  • [Docs] Updated logo image (d4a5faf…)
  • [Docs] Added LZ4 documentation (bf231ab…)