Topic: Problem drag tileset map over RenderTexture over 1024 x 1024

Hi everyone!

I tryed to make my map using the tileset way, but if i try to make a renderTexture to rapresent it on my canvas, over 1024 x 1024, the drag gesture of the mouse doesn't work!
I cant really understand...

Re: Problem drag tileset map over RenderTexture over 1024 x 1024

Hello.

Thank you very much for the bug report.
I was able to reproduce and fix the issue.
Send me an email (support@infinity-code.com) and I will send you the patch.
Or, if you want to fix it yourself open OnlineMapsControlBase.cs, and delete or comment out line 1263:

if (inputPosition.y > Screen.height) return;
Kind Regards,
Infinity Code Team.

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

Re: Problem drag tileset map over RenderTexture over 1024 x 1024

Thank u very much, now it works very well!