Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Getting started spark

AirbossYT edited this page Jun 14, 2016 · 3 revisions

Introduction

Creating your first mod is peanuts. You'll only need a few things.

Setup

Make sure that your Parkitect Game has a sub-folder named pnmods. This folder will contain all your downloaded mods and the ones you are going to be exporting.

The first thing you need to do is install Unity (if you didn't already have it). You will set up all your mods in Unity.

When you installed Unity you have to create a new project, in this project you will setup all the mods.

Project Setup

If you are totally new to unity I recommend to take a look at this page to learn about the interface:

Download the tool from the download link at the top. You will get a .unityPackage file. There are several ways of importing this:

  • From the menu:

    • go Assets -> Import Package...
  • Double Click the package from Windows Explorer or Finder, (just make sure that you have the target project open or that it was the last opened project)

That's it, now you are able to setup your own mods in Unity