Author Topic: Using UIScrollView to create a scrollable isometric map  (Read 1903 times)

hexaust

  • Newbie
  • *
  • Thank You
  • -Given: 14
  • -Receive: 1
  • Posts: 35
    • View Profile
Using UIScrollView to create a scrollable isometric map
« 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/ (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!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Using UIScrollView to create a scrollable isometric map
« Reply #1 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.