Topic: Markers3D are late with moving when I move the map.

Hey. Markers3D are late with moving when I move the map.

Where to make updating the position markers has occurred in LateUpdate, but not in the Update?

Re: Markers3D are late with moving when I move the map.

Hello.

Rename OnlineMapsMarker3DInstance.Update method to OnlineMapsMarker3DInstance.LateUpdate.
The next version of Online Maps will contain this.

Kind Regards,
Infinity Code Team.

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

Re: Markers3D are late with moving when I move the map.

Thx

Re: Markers3D are late with moving when I move the map.

With LateUpdate also does not work correctly. Works correctly with OnRenderObject. Strange ...