Skip to content

Release v0.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 13:51

Untold Engine v0.18.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 ShowcaseDemo

This will build the engine and launch the demo using Swift Package Manager.


Blender Add-on

This release includes the Untold Engine Blender add-on as a downloadable release asset:

untold_exporter.zip

Install it in Blender:

  1. Download untold_exporter.zip from this release.
  2. Open Blender.
  3. Go to Edit > Preferences > Add-ons.
  4. Click Install... and select untold_exporter.zip.
  5. Enable Untold Engine Exporter.

The add-on adds:

  • File > Export > Untold (.untold)
  • File > Export > Untold Animation (.untold)
  • File > Export > Untold Tiled Scene

For texture baking and compression dependencies, see:
https://github.com/untoldengine/UntoldEngine/blob/develop/docs/API/UsingBlenderAddon.md


Getting Started

To create your own project/game using the Untold Engine, see:

https://untoldengine.github.io/UntoldEngine/API/GettingStarted/


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] Address review: octree ray query broad phase and real maxDistance cap (e8d0866…)
  • [Patch] Address review: examine inside-origin candidates despite sort order (c5e6916…)
  • [Patch] Fix octree raycast fallback dropping inside-origin hits under tight maxDistance (bb6ee36…)
  • [Patch] Fixed duplicate export bug (71f5495…)
  • [Patch] Fixed loading path (05c961c…)
  • [Patch] Fixed the normal wrap mode (1764f29…)
  • [Patch] Fix out-of-bound texture uv scale (ff5db1c…)
  • [Patch] Fix TBN calculation (b15d04e…)
  • [Patch] Fixed precision bug in exporter (8d9d731…)
  • [Patch] Fixed batching system ignoring displacement material (d8fbefb…)
  • [Patch] [Patch] Derive height remap ceiling from Blender's Displacement Midlevel (33a5ec2…)

📚 Docs

  • [Docs] Fixed the docs for the Parallax Occlussion parameters (712c36c…)
  • [Docs] Fix documentation url (be13964…)

🚀 Features

  • [Feature] Add PhysicsQuery raycast facade with octree fallback (d4a7162…)
  • [Feature] Add foot IK with analytic two-bone solver (32561b4…)
  • [Feature] Add motion matching (20f5cee…)
  • [Feature] Add height-map material channel with Parallax Occlusion Mapping (ab63759…)
  • [Feature] Exporter support for height-map/POM materials (e8404e8…)