You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.5 KiB
62 lines
2.5 KiB
8 years ago
|
# Installation # {#installation}
|
||
8 years ago
|
[TOC]
|
||
8 years ago
|
|
||
8 years ago
|
This page explains how to download and install Unity and %Fungus.
|
||
8 years ago
|
|
||
8 years ago
|
# Video Tutorial # {#video}
|
||
8 years ago
|
|
||
8 years ago
|
@htmlonly
|
||
|
<div align="center">
|
||
8 years ago
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/BQRdRz9Q5VY" frameborder="0" allowfullscreen></iframe>
|
||
8 years ago
|
</div>
|
||
|
@endhtmlonly
|
||
8 years ago
|
|
||
8 years ago
|
# How do I install Fungus? # {#how_install}
|
||
8 years ago
|
|
||
8 years ago
|
1. Install the latest version of [Unity].
|
||
8 years ago
|
3. Launch Unity and create a new Project by selecting File > New Project.
|
||
|
4. Select 'Use Defaults for 2D' when creating the new project.
|
||
|
|
||
8 years ago
|
## To install %Fungus from the Asset Store (recommended):
|
||
8 years ago
|
|
||
|
1. Open the Asset Store window in Unity
|
||
8 years ago
|
2. Search for %Fungus on the [Asset Store]
|
||
|
3. Download and import %Fungus to your project using the Asset Store window.
|
||
8 years ago
|
|
||
8 years ago
|
## To install %Fungus from the latest release on Github:
|
||
8 years ago
|
|
||
8 years ago
|
1. Download the latest %Fungus .unitypackage from [Github]
|
||
|
2. Import %Fungus into the new project by selecting Assets > Import Package > Custom Package.
|
||
8 years ago
|
|
||
8 years ago
|
# First steps # {#first_steps}
|
||
8 years ago
|
|
||
8 years ago
|
1. Display the Flowchart editor window by selecting Window > Tools > %Fungus > Flowchart Window.
|
||
8 years ago
|
2. For convenience, you should dock the Flowchart window somewhere in the editor window.
|
||
|
3. In the project window, open The Hunter example scene (FungusExamples > TheHunter > TheHunter.unity).
|
||
|
4. Press play and click through the example game.
|
||
|
|
||
8 years ago
|
Try playing the other example scenes and watch how the gameplay is controlled by the flowchart in the %Fungus Script window.
|
||
8 years ago
|
|
||
8 years ago
|
# How do I upgrade? # {#upgrade}
|
||
8 years ago
|
|
||
8 years ago
|
To upgrade an existing project to the latest version of %Fungus.
|
||
8 years ago
|
|
||
|
1. Take a backup of your project. No really, do it!
|
||
8 years ago
|
2. We recommend updating to the latest version of [Unity].
|
||
8 years ago
|
3. Delete the %Fungus and FungusExamples folders from your project.
|
||
|
4. Download and import the latest version of %Fungus.
|
||
8 years ago
|
|
||
|
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.
|
||
|
|
||
8 years ago
|
# System Requirements # {#system_requirements}
|
||
8 years ago
|
|
||
8 years ago
|
- We recommend installing the latest version of [Unity].
|
||
8 years ago
|
- %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
|
||
8 years ago
|
- Official Unity list of [system requirements].
|
||
|
|
||
|
[Unity]: http://unity3D.com/get-unity
|
||
|
[Asset Store]: http://u3d.as/f0T
|
||
|
[Github]: https://github.com/FungusGames/Fungus/releases/latest
|
||
|
[system requirements]: http://unity3d.com/unity/system-requirements
|