Currently ConnectToMySQL sends Debug messages concerning the status of sending data but does not allow apps to subscribe to any events. This commit adds a UnityEvent which is emitted when the uploading finishes. The uploading can either have a status of success or fail (along with an error message).
The code will need to be tested in a deployment first, before we can merge into master.
Currently ConnectToMySQL sends Debug messages concerning the status of sending data but does not allow apps to subscribe to any events. This commit adds a UnityEvent which is emitted when the uploading finishes. The uploading can either have a status of success or fail (along with an error message).
The code will need to be tested in a deployment first, before we can merge into master.