Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: hexaust on March 04, 2014, 05:15:49 PM

Title: Using UIScrollView to create a scrollable isometric map
Post 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!
Title: Re: Using UIScrollView to create a scrollable isometric map
Post by: ArenMook on March 05, 2014, 08:28:23 AM
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.