UnityLauncherPro icon indicating copy to clipboard operation
UnityLauncherPro copied to clipboard

make status bar display messages

Open unitycoder opened this issue 3 years ago • 0 comments

currently its not really used, most errors are only printed into console.log().

TODO

  • [x] add some statusbar helper class to log messages into?
  • [x] handle messages coming from another thread (cannot update ui element from thread directly)
  • [ ] add most of the important messages at least

ideas for later:

  • message type: error, warning, info..
  • error icon

unitycoder avatar Mar 03 '22 20:03 unitycoder