We are using UrhoSharp. When we deploy to Android, we currently cannot find the Urho3D.log file anywhere (we’re programatically traversing all folder paths looking for it). I thought this file was supposed to be written to the application folder itself – but it’s not (nor any folders beneath it).
UrhoSharp does not expose any of the Logging API.
Our main issue is that when Urho is malfunctioning or having issues - we currently have no way of reading this Urho3D.log file.