Hi,
My game throws an error when I turn on country names in Editor (it basically shows all labels). If I do it before game is on - no labels are drawn. Do you know why I got the error?
NullReferenceException: Object reference not set to an instance of an object
WPM.WorldMapGlobe.set_showCountryNames (System.Boolean value) (at Assets/WorldPoliticalMapGlobeEdition/Scripts/WorldMapGlobeCountries.cs:414)
WPM.WorldMapGlobeInspector.OnInspectorGUI () (at Assets/WorldPoliticalMapGlobeEdition/Editor/WorldMapGlobeInspector.cs:539)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass58_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <8f44d91b549e47c9883e180579f26ef6>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
PS. I have develop my game for few months, but I did not change code inside World Map catalogs. I also tried to update WMP scripts and editor & fonts, but nothing happened.