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

### Important Notes * Introduces basic aspects of a save category system. * The idea is to make it easier for the user to have different types of save files...

### Description Cleans up the file organization of the Commands script folder of the source. ### Important Notes * Only the main Fungus folder has any changes * The FungusExamples...

### Description New command for object following based on LeanTween.follow which available in the latest version of LeanTween which is version 2.50 ### What is the current behavior? We don't...

### Description Orthographic camera utility command. These are the features: - ~~Lock To Object~~ Camera follow Basically what it does is for the camera to follow gameObject. Useful for platformer...

### Description It's a refactor. I've noticed that the source for the new SaveSlotController class has yet to be fully adapted to the new SlotView system. I figured I might...

### Description New command to Pause or Resume LeanTween ### What is the current behavior? Currently, there's no command available for this operation ### What is the new behavior? LeanTween...

### Description Small improvement. Add option to ignore click events when clickable2d component obscured by UIs ### What is the current behavior? ClickableSprite will trigger the click events even when...

### Description Really simple. Added Is Active and Is Inactive commands that checks if a game object is active/inactive. Also has additional parameters on if it will ignore the parent...

### Description Added a toggle to Writer Audio so the Writer does not lerp audio while writing. This results in the volume being consistent while writing. Default and prefab Say...

### Description Add additional animations to SayDialog panel ### What is the current behavior? It only supports fade in/out ### What is the new behavior? It still retains the default...