Untold Engine v0.14.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 untoldsandbox
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:
- Download untold_exporter.zip from this release.
- Open Blender.
- Go to Edit > Preferences > Add-ons.
- Click Install... and select untold_exporter.zip.
- 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] Implemented rendering extensions v1 (84465de…)
- [Patch] Implemented argument buffers for rendering extensions (884bf2c…)
- [Patch] Complete rendering extension graph and plugin architecture (1dafc3b…)
- [Patch] Updated the create project cli (45fa19b…)
- [Patch] Added helper functions to input system (3001cb2…)
- [Patch] Fixed ios input system (cd0acce…)
- [Patch] Fixed Rendering Extensions (2f0531c…)
- [Patch] Fixed PSVR2 API (7772952…)
- [Patch] Modified the CLI create command (86a6a3b…)
📚 Docs
🚀 Features
- [Feature] Added psvr2 support (69d927e…)