I just tried my app on Android and it suddenly doesn’t work well (on Windows it works fine).
Is there a way to see unity console’s errors and debug.log messages- when I run the device on Android?(I use development mode and script Debugging).
I connected adb to the device, and can also use logcat and filter to “unity”, but it still shows a crazy log.
All I want to see is a clean log that shows errors and my Debug.Log messages which I usually can see easy and clear on the Unity Console on Unity on Windows.