Skip to content

Releases: TriggerAu/KSPPluginFramework

v1.2 Release

08 Jun 08:15
Compare
Choose a tag to compare
  • Added version tags to files
  • Added tooltip timeout fix

v1.1 - Feedback Update

08 Jun 08:14
Compare
Choose a tag to compare
  • Updated the framework with feedback issues
  • Restructured project examples files
  • Dropdown example

v1.0 - Initial Release

08 Jun 08:13
Compare
Choose a tag to compare

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