Skip to content

Releases: austephner/DevConsole

v1.4.1 Release

24 Dec 20:12
Compare
Choose a tag to compare
  • Added commands that are configurable from within the inspector
  • Additional code documentation
  • Added additional logging and messages
  • Added dev and cheat modes which can be separately enabled/disabled
  • Added dev console shorthand class, you can now do "Console.Print(...)" instead of "DevConsoleBehaviour.Instance.Print(...)"
  • Added a ton more documentation to functions (and the readme)
  • Some renaming schtuff, mostly serialized fields and event names
  • Fixed naming convention with the "DevConsole" namespace and static class (sorry!)
  • Fixed packaging issue for prefab's display text (also sorry!)

1.1 Release

14 Dec 22:09
Compare
Choose a tag to compare
  • Added static class for shorthand access to the dev console instance
  • Added documentation
  • Some code clean up
  • Implemented Unity logging support
  • Added "dev mode" and "cheat mode" commands and toggles
  • Various small fixes

First Release

14 Dec 17:00
Compare
Choose a tag to compare

First official release. There are some todo items that'll be taken care of in the upcoming months!