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.
61 lines
2.4 KiB
61 lines
2.4 KiB
8 years ago
|
# Install {#install}
|
||
8 years ago
|
|
||
8 years ago
|
This page explains how to download and install Unity and Fungus.
|
||
8 years ago
|
|
||
|
# Video Tutorial
|
||
|
|
||
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
|
|
||
|
# How do I install Fungus?
|
||
|
|
||
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]
|
||
8 years ago
|
3. Download and import Fungus to your project using the Asset Store window.
|
||
|
|
||
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]
|
||
8 years ago
|
2. Import Fungus into the new project by selecting Assets > Import Package > Custom Package.
|
||
|
|
||
8 years ago
|
# First steps
|
||
8 years ago
|
|
||
|
1. Display the Flowchart editor window by selecting Window > Tools > Fungus > Flowchart Window.
|
||
|
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.
|
||
|
|
||
|
Try playing the other example scenes and watch how the gameplay is controlled by the flowchart in the Fungus Script window.
|
||
|
|
||
|
# How do I upgrade an existing Fungus project ?
|
||
|
|
||
|
To upgrade an existing project to the latest version of Fungus.
|
||
|
|
||
|
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.
|
||
|
|
||
|
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.
|
||
|
|
||
|
# Fungus System Requirements
|
||
|
|
||
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
|