Topic: NGUI & Tileset 2D map

Hey everyone,

I implemented a NGUI 2D map using texture mode but unfortunately my app is targeted at mobile devices and the loading time when zooming or scrolling is too long, generating a lag effect.

I saw in the doc that tileset map have better performances but I can't find how to use a tileset map 2D with NGUI.

I'd appreciate any advice or link to do that or to optimize texture map with texture !

Re: NGUI & Tileset 2D map

Hello.

Tileset is a 3D map.
To make the tileset look like a 2D map, just position the camera perpendicular to the map, and (optionally) select "Camera / Projection - Orthoghraphic".
That's all. You have a tileset map that looks like a 2D map.

Kind Regards,
Infinity Code Team.

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

Re: NGUI & Tileset 2D map

Thanks for the quick answer.
What about the controls ? It will surely conflict with NGUI right ?

Re: NGUI & Tileset 2D map

No. Why this should conflict with NGUI?

Kind Regards,
Infinity Code Team.

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