Topic: Touch not working using version 3.10 and unity 6000.2.6

I' ve not changed my Android app during almost a year. Recentle I upgraded to the latest versions of Online Maps and Unity. After the upgrade the touch functions on maps stopped working, while other touch actions are ok. Is there an action for me to make this working? I've set the "inputSystem" in player settings to "both".

Jaap van Driel

Re: Touch not working using version 3.10 and unity 6000.2.6

Hi.

When you try to make an android build in Unity 6.2 with Active Input Handling - Both, you will get a message from Unity:

PlayerSettings->Active Input Handling is set to Both, this is unsupported on Android and might cause issues with input and application performance. Please choose only one active input handling.

I made a test build of the example scene and it works correctly on my device.

What you need to do:
1. Replace the EventSystem / Standalone Input Module to InputSystemUIInputModule.
2. If the problem persists, select Active Input Handling - New or Old.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Touch not working using version 3.10 and unity 6000.2.6

Hi, I've carefully retested and it still does not work. The situation:
Unity 6000.2.6f2
External packages: NativeGallery for Android 1.9.1 and Online Maps 3.9
Input system uses UI Input Module
Active input handling: Input system package(new)
Project settings: Input System package/Accelerometer (value/vector3)

This works perfectly. But the touch is not available after upgrade to 3.10. I use the Online Maps Raw Image touch forwarder script

Jaap van Driel

Re: Touch not working using version 3.10 and unity 6000.2.6

I also checked the map when using Touch Forwarder, and it still works correctly on my side.

If you still have a problem you can send me your project by email (support@infinity-code.com) and I will check why it doesn't work.
It can be any temporary project where the problem is happening.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.