med-material / LoggingManager

LoggingManager Package for Unity. Saves to CSV and to MySQL Databases.
MIT License
3 stars 3 forks source link

Emit signal when uploading fails #6

Open bastianilso opened 4 years ago

bastianilso commented 4 years ago

Currently, ConnectToMySQL emits a Debug.LogError when there is an error which is fine for human inspection - but does not provide an easy way to listen to this feedback e.g. to display something in UI.