Closed fuzzybinary closed 4 months ago
setVerbosity was being sent a C# enum, which couldn't be converted to JNI, causing unity initialization to fail.
Convert AndroidLogLevel to an int to properly set it in Android.
What and why?
setVerbosity was being sent a C# enum, which couldn't be converted to JNI, causing unity initialization to fail.
Convert AndroidLogLevel to an int to properly set it in Android.
Review checklist