Skip to content

Release v0.12.4

Choose a tag to compare

@github-actions github-actions released this 23 Apr 13:40
· 285 commits to develop since this release

Untold Engine v0.12.4 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] Updated build templates to use recent api for streaming (7221b11…)
  • [Patch] Added additional profiles to TextureStreamingSystem (58a4b07…)
  • [Patch] Multi-node scene no longer hijacks caller entityId (b9f5f5b…)
  • [Patch] Updated the build system template (c744685…)
  • [Patch] Fixed serializer to use new asset format (6041fbd…)
  • [Patch] fixed project cli script (97ee35d…)
  • [Patch] Fix project script create (b58690b…)

📚 Docs

  • [Docs] Updated docs API and Architecture (b2295fe…)
  • [Docs] Updated exporter docs to include new flags (47b6aa8…)