Topic: Game object in the Center of the Map in elevation

Hi Alex, I need a GameObect that remains in the center of the map and follows the height of the terrain elevation. Thank you

Re: Game object in the Center of the Map in elevation

Hello.

The easiest way to achieve this is to create a 3D marker and in Update assign the map center coordinate to it.

Kind Regards,
Infinity Code Team.

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

Re: Game object in the Center of the Map in elevation

Ok thanks Alex. I was hoping there was a "simpler" way. I will use marker3D.position = OnlineMaps.instance.position . A hug .