-
Notifications
You must be signed in to change notification settings - Fork 296
installation
Steve Halliwell edited this page Oct 22, 2019
·
4 revisions
This page explains how to download and install Unity and %Fungus.
@htmlonly
<iframe width="560" height="315" src="https://www.youtube.com/embed/BQRdRz9Q5VY" frameborder="0" allowfullscreen></iframe>
@endhtmlonly
- Install the latest version of Unity.
- Launch Unity and create a new Project by selecting File > New Project.
- Select 'Use Defaults for 2D' when creating the new project.
- Open the Asset Store window in Unity
- Search for %Fungus on the Asset Store
- Download and import %Fungus to your project using the Asset Store window.
- Download the latest %Fungus .unitypackage from Github
- Import %Fungus into the new project by selecting Assets > Import Package > Custom Package.
- Display the Flowchart editor window by selecting Window > Tools > %Fungus > Flowchart Window.
- For convenience, you should dock the Flowchart window somewhere in the editor window.
- In the project window, open The Hunter example scene (FungusExamples > TheHunter > TheHunter.unity).
- Press play and click through the example game.
Try playing the other example scenes and watch how the gameplay is controlled by the flowchart in the %Fungus Script window.
To upgrade an existing project to the latest version of %Fungus.
- Take a backup of your project. No really, do it!
- We recommend updating to the latest version of Unity.
- Delete the %Fungus and FungusExamples folders from your project.
- Download and import the latest version of %Fungus.
We try to maintain backwards compatibility between releases but sometimes breaking changes are necessary. If you're having trouble upgrading your project just ask for assistance on the forum.
- We recommend installing the latest version of Unity.
- %Fungus requires at least Unity 5.0 and is not compatible with Unity 4.x or earlier.
- %Fungus works with both the PC & Mac versions of Unity
- %Fungus works with both the free Personal and Professional editions of Unity
- Official Unity list of system requirements.