- Home /
 
Touch Delay
I tested Touch reaction, but unity's reaction time more longer than android java project app, why?
I also made another test, response to menu button touch but the iphone's vibrate reacted faster than unity's GUI weidge show.
唉,好烦人 是不是unity本身反应慢呢!
Is Unity‘s touch problem?
Answer by CaJerry87 · Nov 03, 2016 at 02:14 PM
consider using the Unity Profiler to see if it can lead you to the source of your problem. Also consider where you call the code from: Update(), FixedUpdate(), Start(), Awake(), etc. This may be another source of problems.
Your answer
 
             Follow this Question
Related Questions
Multitouch Area 1 Answer
can i use Windows7 multi touch in webplayer?? 0 Answers
How do I detect two touches on windows? 0 Answers
Joystick C# change touch zone? 0 Answers
Rotate camera smooth on touch 0 Answers