Topic: added marker are not in the hierarchy

Hello,

I made a map in 2D using the map wizard. When I add a marker to the map, it appears in the Inspector, but not in the scene hierarchy in Map. While on the demo scene, added markers in the map are also in the hierarchy as a Marker's childs, in  map GameObject.

How can I do to have the markers in the hierarchy as in the demo?


Thanks

Re: added marker are not in the hierarchy

Hello.

It depends on the control and type of markers.
For tileset (demo scene uses this control):
- Flat markers are grouped by texture and drawn by separate mesh.
- 3D markers and Billboard markers are drawn by separate GameObjects.

For other controls, all markers are drawn into the texture.

Kind Regards,
Infinity Code Team.

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

Re: added marker are not in the hierarchy

Hello,

Thanks for your prompt response.

is it possible to change control (to tilset) directly in my current project without having to redo a new project ?

Re: added marker are not in the hierarchy

Yes.

1. Remove the current control.
2. Add Online Maps Tileset Control.
3. Select Online Maps \ Target - Tileset.

Kind Regards,
Infinity Code Team.

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

Re: added marker are not in the hierarchy

ok thanks.

But I don't really understand what do you mean by: "1. Remove the current control."

How i do that ?

Re: added marker are not in the hierarchy

Online Maps split the logic into:
1. Online Maps (Script) is the core and is always used.
2. Online Maps XXX Control (Script) - this components is used to display and interact with the map. XXX replaces another word. Online Maps contains several controls for different display sources.

So, you need to remove "Online Maps XXX Control" component.

Kind Regards,
Infinity Code Team.

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