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

### Description Added an update to the flowchart window and editors so flowcharts can be locked, preventing editing. ### What is the current behavior? Currently, when working with flowchart prefabs...

### Description No null check for targetComponent in InvokeMethod ### What is the current behavior? The default behavior of InvokeMethod is when we first add the command then assign an...

### Description Add Fade In/Out to Menu Dialog. Similar effect can be seen ### What is the current behavior? MenuDialog doesn't have fade in/out even though CanvasGroup existed by default...

**Is your feature request related to a problem? Please describe.** I have a prefab that houses all of my fungus components that is present in all my scenes. When I...

enhancement

### Description replace deprecated isNetworkError with UnityWebRequest.Result.ConnectionError ### Other information Edit: This was discussed long time ago on Fungus' discord. Somehow sorta forgotten, until now that is closes https://github.com/snozbot/fungus/issues/961

### Description New command for fade in/out a CanvasGroup ### What is the current behavior? No command available for this functionality yet ### What is the new behavior? The new...

There's a newer version in the repo here, https://github.com/dentedpixel/LeanTween Related work appears to have stopped on LeanTween. It may be a good idea to either look for an alternate, an...

enhancement

### Description No commands to handle RectTransform resizing, this is crucial for UIs ### What is the current behavior? We only have LeanTween/Scale command which intended use case was for...

### Description New LeanTween command to tween UI component's color ### What is the current behavior? No command for this yet ### What is the new behavior? We can tween...

### Description Make character portraits on stage to be interactable (clickable). ### What is the current behavior? There's no easy way to achieve clickable character in Fungus currently as Fungus...