Topic: is it possible to animate the Markers

Hi, I have a question, is it possible to animate the Markers?
like in google map, it could have animated gif as Markers. is anyway to do that?
Thanks

Re: is it possible to animate the Markers

Hello.

You have several ways to make animated markers:
1. Use the 3D markers that look like 2D markers (plane with texture).
2. Create your own marker system (for example uGUI or NGUI). It's easy. If you want, we can make an example.

Kind Regards,
Infinity Code Team.

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

3 (edited by kamihiro 2015-08-04 18:27:37)

Re: is it possible to animate the Markers

Thank you ! it would be great if you could make example with uGUI!

Re: is it possible to animate the Markers

Example is attached.

Post's attachments

Attachment icon CustomUGUIMarker.cs 281 b, 190 downloads since 2015-08-04 

Attachment icon CustomUGUIMarkerEngine.cs 2.56 kb, 194 downloads since 2015-08-04 

Kind Regards,
Infinity Code Team.

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

Re: is it possible to animate the Markers

wow,that was really fast smile
Thank you very much!