Releases: TriggerAu/KSPPluginFramework
Releases · TriggerAu/KSPPluginFramework
v1.2 Release
v1.1 - Feedback Update
- Updated the framework with feedback issues
- Restructured project examples files
- Dropdown example
v1.0 - Initial Release
Feature complete set of stuff
- MonoBehaviourExtended - Adds some bits to the base MonoBehaviour class - logging, repeating background function, definitions of Unity Events
- MonoBehaviourWindow - Adds to the above with all the bits to draw a window, Contains code for - Visibilty, Screen Clamping, Tooltips, Wrappers
- SkinsLibrary - A way to change the whole guis skin in one go for your code as well as easily set up new skins.
- ConfigNodeStorage - This class (and docco) helps with being able to have a "settings" object that you can easily save/load as required, and also some examples of how ot serialise complex objects