Steve Halliwell
ae1ec9e332
|
5 years ago | |
---|---|---|
.vscode | 8 years ago | |
Assets | 5 years ago | |
Docs | 6 years ago | |
Logs | 6 years ago | |
Packages | 5 years ago | |
ProjectSettings | 5 years ago | |
.gitignore | 5 years ago | |
CONTRIBUTING.md | 8 years ago | |
Fungus-Playmaker Scripts.unitypackage | 8 years ago | |
LICENSE | 10 years ago | |
README.md | 8 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 :)
- Author: Chris Gregan
- Website: fungusgames.com
- Email: chris@snozbot.com
- Twitter: @gofungus
- Facebook: facebook.com/fungusgames
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.
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
- Download and install Doxygen from http://www.doxygen.org
- Run Doxygen and open Docs/Doxyfile
- Switch to the Run tab and click Run Doxygen.
- 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 Tools contains a tool called the Platform Runner which builds and runs all the test scenes automatically.
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.
On Windows:
- Open the Platform Runner via Unity Test Tools > Platform Runner
- Select the platforms and tests you wish to run (defaults to running all).
- Run the tests and wait for the results. All tests should pass.