<aside> 💡
Welcome! This tutorial will go through the basic steps to set up your computer for level creation, and walk you through the process of making a complete level for Turbo Dismount 2.
</aside>
Unity game engine version 2022.3.xx
Unity requires a separate user account, but its use is free for this purpose
<aside> 💡
Everything is tested on Windows, it is possible to run the Unity Editor and the Level Editor Package on other platforms, but there will be unforeseen complications.
For example, on Ubuntu Linux you will encounter problems related to exporting to a correct folder.
</aside>
Get Turbo Dismount 2 on Steam
You are awesome.
Install the Unity Editor
Only the editor is needed, Visual Studio and any other modules can be unchecked in the installer
<aside> 💡
Unity6 is not supported, install the latest version of Unity 2022.3
</aside>
Set up a new Universal 3D Core project (download the template if you need to) (Note: Be careful to select the correct project type!)
Install Turbo Dismount 2 Level Editor Package
Find the Level Editor Package in the Turbo Dismount 2 install folder:
Steam Library → Right click Turbo Dismount 2 →
Installed Files → Browse → Level Editor →
leveleditor.unitypackage
In Unity Editor, import Custom Package:
During the import process, Unity will prompt to restart. Click Yes.
Once this has completed successfully, your Project Browser view will display a TurboDismount2LevelEditor folder.
Now would be a good time to familiarize yourself with Unity Basics from the editor layout to camera movement.
Next: *My First Level →*