Publisher | Tim Falken |
---|---|
File size | 28.30kB |
Number of files | 10 |
Latest version | draft |
Latest release date | 2013-06-06 11:47:11 |
First release date | 2013-06-06 11:47:11 |
Supported Unity versions | 2018.4.2 or higher |
A collection of three C# classes to make your programming experience more convenient.
Includes:
Stickybool; a bool that will become true when a value goes above a set upper limit, and false if it goes below a set lower limit.
Checkable; A generic variable, where you can easily check if it has changed since the last time you checked using Checkable.HasChanged.
GameObjectPool; A class that will almost completely handle the pooling of GameObjects for you, saving you the performance impact of rapidly creating and destroying for example bullets, while making activating and deactivating almost as simple as the Instantiate and Destroy functions they replace.
Includes:
Stickybool; a bool that will become true when a value goes above a set upper limit, and false if it goes below a set lower limit.
Checkable; A generic variable, where you can easily check if it has changed since the last time you checked using Checkable.HasChanged.
GameObjectPool; A class that will almost completely handle the pooling of GameObjects for you, saving you the performance impact of rapidly creating and destroying for example bullets, while making activating and deactivating almost as simple as the Instantiate and Destroy functions they replace.