Topic: Finger drag map is not smooth.

Hello,good morning!
When I drag a map with my fingers, sometimes I can't get it smoothly.Unfluency.The map will be a little pause. How can I solve it?
thank you very much!

Re: Finger drag map is not smooth.

Hello.

Please make a short video to demonstrate the problem.

Kind Regards,
Infinity Code Team.

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

Re: Finger drag map is not smooth.

Hello, I have uploaded a video. I use it in Unity Android project. Is my "Online Maps Cache" set incorrect?
Thank you very much!

Re: Finger drag map is not smooth.

online maps Cache

Re: Finger drag map is not smooth.

Your post does not contain video.

Kind Regards,
Infinity Code Team.

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

Re: Finger drag map is not smooth.

:

Re: Finger drag map is not smooth.

Has the video been uploaded successfully?

Re: Finger drag map is not smooth.

No (in both threads).
Just upload a videos to any file sharing service, and send a link.

Kind Regards,
Infinity Code Team.

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

Re: Finger drag map is not smooth.

China,YouKu,Thank you.
http://v.youku.com/v_show/id_XMzkyNzM5M … d3b2689f59

Re: Finger drag map is not smooth.

In general:
1. Use Online Maps / Troubleshooting / Render In Thread - OFF.
2. Open the profiler (Window / Analysis / Profiler).
3. Enable Deep Profiler.
4. Start the scene, and check which method is slow down your application.

In your case, the most likely problem is in Drawing API.
So think about drawing your circle and orbit using UI.
https://bitbucket.org/ddreaper/unity-ui … neRenderer

Kind Regards,
Infinity Code Team.

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