SpaceMadness / lunar-unity-console

High-performance Unity iOS/Android logger built with native platform UI
https://www.assetstore.unity3d.com/en/#!/content/43800
Other
833 stars 112 forks source link

Unity input stops working until you close the error #196

Open Temka193 opened 3 years ago

Temka193 commented 3 years ago

on Unity 2020.2.4 on Android, when an exception appears at the bottom of the screen, the Unity input stops working until you close the error.

weeeBox commented 3 years ago

@Temka193, works as expected on Unity 2020.3.7f1. Installing 2020.2.4. Which device have you been using?

Temka193 commented 2 years ago

After updating Unity 2020.3.14f1, the problem persists. It breaks on any mobile device. Is it possible that calling the overlay activates some functions within the application or Unity that disable the EventSystem?

weeeBox commented 2 years ago

@Temka193, tested in Unity 2020.3.14f on Android 12. Works as expected. Can you try to check the issue on an "empty" project?

Temka193 commented 2 years ago

ok i will check