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

Add more gestures to show console #200

Open novavision opened 3 years ago

novavision commented 3 years ago

As we all know 2 fingers gestures are pretty common for mobile devices and this conflicts with console show gesture. Please add something like 3 fingers swipe down, or 2-3 fingers very long tap.

weeeBox commented 3 years ago

Hey @novavision,

You can disable gestures and use API Calls to programmatically open the console. I'll try to add more gestures soon.