Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: hexaust on March 04, 2014, 05:15:49 PM
-
I was wondering if UIScrollView is the right way to go or a special script must be created for achieving a scrolling tileable isometric map in Unity 2D. Something similar to http://hexul.com/isometric/ (http://hexul.com/isometric/) (this is old and buggy, but you'll get the idea).
Any performance issues will arise on large maps? Did anyone did this before?
Thanks a lot!
-
I wouldn't use the scroll view script for this. I'd just use UIDragObject to drag the camera around, and leaving the game world stationary.