Skip to content

Release v0.10.17

Choose a tag to compare

@github-actions github-actions released this 11 Mar 15:34
· 453 commits to develop since this release

Untold Engine v0.10.17 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 DemoGame

Changes in this Release

🐞 Fixes

  • [Patch] Added support to load lods from usd file (2410d67…)
  • [Patch] Added rotate functions to scene root transform (47c2518…)
  • [Patch] use anchorFromExtentTransform for accurate plane bounds check (3ef400f…)
  • [Patch] Expose picked entity world hit position (90a3d26…)