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

This should store the list of profiles as a base64 string, but needs further testing. Call deserializeProfileList() if you want to extract the list of profiles(e.g. for some kind of...

Description These changes enable Fungus to run while Time.timeScale == 0. What is the current behavior? If Time.timeScale is set to 0 Fungus is paused and uninteractable What is the...

New features, such as audio and save need to be validated in webgl builds, as does the general behaviour of Fungus on that platform for 2019.4 and 2020.x At present...

**Is your feature request related to a problem? Please describe.** Just a heads up, that Unity will be defaulted to Ui-toolkit api for both Editor and Inspector etc. This will...

**Describe the bug** Bunch of errors when installing Fungus to Unity 2022.1. Errors thrown caused by LeanTween. **To Reproduce** Import Fungus package, and see the console log. **Temporary Workaround** Remove...

bug

On some localized systems (e.g. mine) floats have comma(,) separating integer part from the fraction part instead of dot(.). Because of that separating parameters in **GetSettingsString/SetSettingsString** in **SfxrParams.cs** with comma(,)...

bug

When attempting to publish 3.13.7 to the asset store we ran into a number of rule violations due to changes in asset store package requirements. Until these are resolved we...

bug
Documentation
clean

In Unity 2020.1 the new Input package is verified and as such we should be able to have it take the place of the any existing Input calls directly in...

enhancement

### Description UI button mouse cursor state change. Some users asked this feature on discord to easily change cursor icon when hovered over a button. ### What is the current...

### Description A common quality of life feature in visual novels is the ability to have the dialog continue after a period of time. I've implemented this feature into Fungus....