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

Getting started spark

Henrico Pops edited this page May 22, 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 subfolder named pnmods. This folder will contain all your downloaded mods and the ones you are going to be exporting.

First thing you will do is installing Unity (If you had not already). In Unity you will setup all your mods.

When you installed Untiy 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

Clone this wiki locally