Release v0.11.4
·
165 commits
to develop
since this release
Untold Engine v0.11.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] Modify build system with new functions (2ef3bf6…)
- [Patch] Fixed concurrency swift 6 issue (f431f47…)
- [Patch] Added guard to avoid creation of zero dim texture (972c139…)
- [Patch] Consolidate loadScene as the primary scene entry point (8befb7b…)
- [Patch] fixed xr ooc crash issues with large models. (a3e42a3…)
- [Patch]Added xrCamera logging message (832c72f…)