Releases: austephner/DevConsole
Releases · austephner/DevConsole
v1.4.1 Release
- 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
- 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
First official release. There are some todo items that'll be taken care of in the upcoming months!