CG-Tespy
CG-Tespy
### Description This adds an easy-to-use Timer system to Fungus ### Why would Fungus need this? It's pretty common to set time limits in games or check how long things...
I've been working on the save system, adding unit tests and such, and I've been thinking... Perhaps using StirngPairs to represent various types of save data is too limiting. Devs...
### 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 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...
I thought it'd be good to compile and maintain a list of features I think would be good for the new official save system to have. Of course, I intend...
As things are now, all Object Pools do their thing with a parent object that they create. Which is fine for cases where you don't need a specific already-in-the-scene parent...
I tried installing this both manually and through the Package Manager, and each time, I received these errors: > [Package Manager Window] Error adding package: https://github.com/RealityStop/Bolt.Addons.Community.git. > Unable to add...
# The Problem Each new release requiring users to install a newer version of Unity. Like how going from v0.15 to v0.16 requires you to go from 2021.3.**17**f1 to 2021.3.**28**f1....
### Description As requested by someone on the Fungus Community Discord, I made a system that makes it so that through code, you can listen for when a Say Dialog...