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.
Steve Halliwell ec2cbd7a41
Merge pull request #773 from stevehalliwell/CommandErrorVisualsBug
5 years ago
Assets Show Command Summary text in red if it has Error: 5 years ago
Docs Update change_log.md 6 years ago
Packages Include test-framework package 5 years ago
ProjectSettings Updated project to 2019.1.8f1 5 years ago
.gitignore Update .gitignore 5 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 5 years ago
Fungus-Playmaker Scripts.unitypackage Add files via upload 8 years ago
LICENSE Update LICENSE 10 years ago
README.md Update README.md 5 years ago

README.md

Fungus

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 :)

Installation

Download & installation instructions and tutorial videos are available on the official Fungus website. http://fungusgames.com

Support

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! http://fungusgames.com/forum

You can also join into our chat room. Join the chat at https://gitter.im/snozbot/fungus

Contributing

To contribute code to Fungus, please see CONTRIBUTING. If you are interested in contributing in some other way (art, audio, documentation, pizza) just email me at chris at snozbot.com.

Many thanks to everyone who has contributed code to the project. https://github.com/snozbot/fungus/graphs/contributors

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

The Unity Test Runner is used for testing some underlying elements. Far more are desired and PRs in this area would most welcome.