An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
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.

60 lines
2.8 KiB

11 years ago
Fungus
11 years ago
======
10 years ago
The goal of Fungus is to provide a free, open source tool for creating interactive storytelling games in Unity 3D. Fungus is designed to be easy to learn for beginners to Unity 3D, especially for people with no coding experience. For power users, it provides an intuitive, fast workflow for visual scripting and interactive storytelling. Fungus is being used to create Visual Novels, Point and Click Adventure Games, Childrens Stories, Hidden Object Games, eLearning apps and also some frankly weird stuff which defies classification :)
11 years ago
11 years ago
- Author: Chris Gregan
10 years ago
- Website: fungusgames.com
9 years ago
- Email: chris@snozbot.com
9 years ago
- Twitter: @gofungus
10 years ago
- Facebook: facebook.com/fungusgames
11 years ago
11 years ago
Installation
============
10 years ago
Download & installation instructions and tutorial videos are available on the official Fungus website.
10 years ago
http://fungusgames.com/download
11 years ago
11 years ago
Support
=======
10 years ago
If you have questions about Fungus, please search our forum first as someone may have had the same issue already. If you can't find an answer please start a new discussion and we'll answer you as soon as we can. Fungus is designed for beginners and we love to hear from users so please don't be shy about posting!
8 years ago
http://fungusgames.com
10 years ago
8 years ago
You can also join into our chat room.
[![Join the chat at https://gitter.im/snozbot/fungus](https://badges.gitter.im/snozbot/fungus.svg)](https://gitter.im/snozbot/fungus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
10 years ago
Contributing
============
8 years ago
To contribute code to Fungus, please see [CONTRIBUTING][contributing]. If you are interested in contributing in some other way (art, audio, documentation, pizza) just email me at chris at snozbot.com.
9 years ago
[contributing]: https://github.com/snozbot/fungus/blob/master/CONTRIBUTING.md
10 years ago
Many thanks to everyone who has contributed code to the project.
9 years ago
https://github.com/snozbot/fungus/graphs/contributors
10 years ago
8 years ago
Building the documentation
==========================
1. Download and install Doxygen from http://www.doxygen.org
2. Run Doxygen and open Docs/Doxyfile
3. Switch to the Run tab and click Run Doxygen.
4. The documentation will be built in the Builds/Docs folder.
To contribute to the documentation please send in a pull request with the changes.
Running the automated tests
===========================
8 years ago
The Unity Test Tools contains a tool called the Platform Runner which builds and runs all the test scenes automatically.
8 years ago
8 years ago
There is currently an issue with the Unity Test Tools on OSX that prevents the Platform Runner running all tests in the project. You can open each scene in the Tests folder individually and use the Unity Test Runner window to run all tests in the editor.
8 years ago
On Windows:
1. Open the Platform Runner via Unity Test Tools > Platform Runner
8 years ago
2. Select the platforms and tests you wish to run (defaults to running all).
3. Run the tests and wait for the results. All tests should pass.
8 years ago