<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>

Requirements

  1. Turbo Dismount 2 on Steam

  2. 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>

Getting Started

  1. Get Turbo Dismount 2 on Steam

    You are awesome.

  2. 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>

  3. Set up a new Universal 3D Core project (download the template if you need to) (Note: Be careful to select the correct project type!)

    Untitled

    Untitled

  4. 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:

    Untitled

    During the import process, Unity will prompt to restart. Click Yes.

    Untitled

    Once this has completed successfully, your Project Browser view will display a TurboDismount2LevelEditor folder.

    Untitled

Now would be a good time to familiarize yourself with Unity Basics from the editor layout to camera movement.

You are now ready to make your first level!


Next: *My First Level*