Select and zoom issue

Hello, Does anyone help with script that make camera zoom into selected object by pinching twice. My camera is perspective. Thank you

Is it for Unity?
Anything in the standard assets pack ?

Not at pc so cant check unfortunately

Hello friend Yes it is unity

have a look here might give an idea moving forward.

Thank you, But i want to tap 2 times to zoom in and tap 2 times times to zoom out.

Cant really do much testing this week as im offshore.

But have a read over this for a couple ideas.
https://forum.unity3d.com/threads/single-tap-double-tap-script.83794/

Just need to look for the touch delta time. And possibly add a zoomed bool toggle

Hope u get a couple ideas

DaZ