Topic: Marker's label

I am trying to have a text label which follow the marker. My initial thought is to attached a uGUI Text as a children of the marker but it doesn't seem to work.

Re: Marker's label

Hello.

You have a few ways to make the text with a marker:
1. Online Maps Inspector / Advanced / Show Marker Tooltip - Always.
2. Use the 3D markers that look like regular 2D markers containing GUIText as a child.
3. Create a a script that when redraw the map (OnlineMaps.OnMapUpdated) draws text using uGUI for visible markers (OnlineMapsMarkerBase.inMapView).
4. Create your own marker system for uGUI. Example attached.

Post's attachments

Attachment icon CustomUGUIMarker.cs 281 b, 179 downloads since 2015-10-06 

Attachment icon CustomUGUIMarkerEngine.cs 2.56 kb, 170 downloads since 2015-10-06 

Kind Regards,
Infinity Code Team.

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

Re: Marker's label

Thanks, its a great help !