Release v0.11.0
·
443 commits
to develop
since this release
Untold Engine v0.11.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 DemoGame
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/main/README.md
GitHub Discussions:
https://github.com/untoldengine/UntoldEngine/discussions
Changes in this Release
🐞 Fixes
- [Patch] Fix easy Sendable/static-value issues (4b3e497…)
- [Patch] Initial migration to swift 6.0 (8f1e6e9…)
- [Patch] Phase 2 for migration to swift 6.0 (e32e826…)
- [Patch] Phase 3 for migration to swift 6.0 (344cae3…)
📚 Docs
- [docs] Updated readme (3ea1d09…)
🚀 Features
- [Feature] Migrated engine to swift 6.0 (d7c6fb9…)