Documentation Home

Creating Your First Level Pack

If you have not installed Unity yet, do that first. You can find a tutorial here: Installing Unity.

Step 1: Create a new Unity project

Open the Unity Hub. Go to the Projects tab, and you'll see a screen that looks like this:

Press the "New Project" button. You'll then see a screen that looks like this. Choose the "Universal 3D" template.

By default, Unity tries to create a Cloud-based project. You do not want this.. Click on "My project" and select "Create a new local project" then give it a name.

Choose where to save the project, and uncheck "Use AI assistant"

Under Source Control Provider, choose "Select None"

Now you can finally press "Create Project"

After Unity finishes loading, you'll be greeted with a screen that looks like this:

You are now ready to setup the project.

Setp 2: Set up your Unity project

Your Unity project needs a couple of things set up before you can use it to create custom levels. It is important that you do these steps in the order they are written.

Step 2.1: Install the Splines Package.

In the main menu bar, go to Window > Package Management > Package Manager. You'll see a window appear that looks like this:

In the left sidebar, click on Unity Registry, then search for Splines. You should see a single result appear.

Click the Install button. You should see a checkmark appear nex to the Splines package version number, and the Install button will change to a Locate button.

You're now done with the package manager. You can close the Package Mangaer window.

Step 2.2: Install the Tankken Level Builder

Download the Tankken Level Builder here. You will get a file named TankkenLevelBuilder.unitypackage

Double-click the file, or drag it into the Project tab in the Unity editor. You'll see this window appear:

Leave everything selected, and press Import. When it completes, you'll see a new folder appear in your Assets folder:

Your Unity project is now all set up! You're now ready to start creating your first level pack.

Next Steps

Visit Creating your first pack to begin authoring levels for Tankken.