Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@Smidgens Smidgens released this 14 Sep 17:10
· 6 commits to master since this release

Added

Console

  • Added new attributes for automatically registering static methods, fields, and properties with console.
  • Added support for class fields.
  • Added new console command asset to bind commands to project assets.
  • Added settings for enabling/disable built-in console commands such as clear.
  • Added built-in command for logging current value of variable (property or field) to console (among others).
  • Added support for giving commands a description which can be inspected in console.

GUI

  • Added support for adding widgets to console toolbar in console GUI, such as buttons.
  • Added manual mode to ConsoleGUI script to allow GUI function to be invoked on demand.

Misc.

  • Added ability to hide console-related options from project asset menu by enabling CONSOLE_DISABLE_CM script define in project.

Improvements

  • Optimized memory use in ConsoleGUI script.
  • Optimized editor GUI.