fungus icon indicating copy to clipboard operation
fungus copied to clipboard

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.

Results 110 fungus issues
Sort by recently updated
recently updated
newest added

How might we support being able to animate the dialogue box to fly in/out and/or scale in/out while also being able to fade in/out simultaneously? Seems like it could be...

enhancement

**Describe the bug** Ideally, after pausing in the middle of the sentence, when resumed, it should continue to where it was left of **To Reproduce** Trigger the pause with this:...

bug

**Is your feature request related to a problem? Please describe.** I've made bunch of custom commands for my game, judging on how save system works in Fungus currently, I believe...

enhancement
Documentation

**Is your feature request related to a problem? Please describe.** This text reveal as an option would be great ![GRFrQMd](https://user-images.githubusercontent.com/64100867/101728849-b3025e80-3ae9-11eb-89d4-0c1d71935c27.gif)

enhancement

Feature request for a bool to disable the volume lerping in WriterAudio that occurs during text writing whenever there is punctuation. Currently there is a dopler effect on everything and...

enhancement

**Is your feature request related to a problem? Please describe.** The problem is that if you directly reference the file, it will put it into a large shared file. While...

enhancement

Can we possibly get a series of if/elseif/else commands that can grab variables from a targeted script outside of the flowchart? Our current work around to this has been to...

enhancement

**Describe the bug** Assets\Fungus\Thirdparty\FungusLua\Thirdparty\JSON\Editor\JSONChecker.cs(76,28): warning CS0618: 'UnityWebRequest.isNetworkError' is obsolete: 'UnityWebRequest.isNetworkError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ConnectionError) instead.' Not exactly sure why this is popping up in 2020 LTS but in...

clean

Collections are great but having the ability to Save and Load your Collection in fungus would definitely enhance the feature. At least supporting saving and loading for the most basic...

enhancement

This is not exactly a bug but I've seen it is bothering many old Fungus users, I don't think this would bother many new users. I always used Fungus v3.11.5...

discussion