I used function update () and input mouse position command to get position of finger on Iphone.
but the problem is as soon as I touch iphone screen
FPS go down from 30 to 20.
I didn’t put any script but just input mouse position.
do you know any better way to get finger position?
and other question…
I use stratched particle for bullet comming out from the machine gun. but some how particle system is not rotating with the gun it’s only lookat z axis…
Are you sure you aren’t triggering other events when you detect mouse movement that are causing the slowdown? I have never seen such a drastic change in FPS due to checking mouse position.