its webgl build, perspective cam controls, viewed in browser:

Android: Touch works fine
iphone ios: Touch works fine
Ipad pro ios: Touch simulator runs, can see the blue dots on screen (instead of touch controls, If i disable those lean touch simulator components, no blue dots but still not touch controls)

Maybe its lean touch issue? Or any ideas does something depend on screen resolution perhaps?

    unitycoder_com hi!
    Inside Inputs.cs the script is checking if the application runs on mobile. Maybe Ipad is not concidered mobile?

    Anyway you can try to disable useMouse and enable useTouch on the TouchCameraInput game object.

      Write a Reply...