Getting Started
Download the Untold Engine from our Github page
Requirements
To run the engine, you need the following tools:
- Xcode IDE (Last tested with version 11.6)
- A free Apple Developer Account
- An actual iOS device and a Mac with Metal (API) support.
- See supported iOS
- See supported Macs
Run the Untold Engine
Before you run the engine, make sure to select Mac as your target device.
Once this is done, click on Run. The engine should render characters on the screen. Note, what is rendered may be different than the image below. The reason being that I'm constantly improving the engine and creating game demos for the engine that highlights the latest changes.
Tutorials
Now that you have the Untold Engine running, the next step is to start playing with it and its API. The following Tutorials will help you doing that.
Ready to develop a game?
Once you have gone through the tutorial, you may want to set up your own game project. Here are the steps to integrate the Untold Engine with your new Xcode project.