Welcome,
Guest
. Please
login
or
register
.
December 12, 2024, 06:39:51 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Using UIScrollView to create a scrollable isometric map
« previous
next »
Print
Pages: [
1
]
Author
Topic: Using UIScrollView to create a scrollable isometric map (Read 1903 times)
hexaust
Newbie
Thank You
-Given: 14
-Receive: 1
Posts: 35
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!
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
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.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Using UIScrollView to create a scrollable isometric map