插件导入unity后运行场景报错,地图没有出现,只有UI和空场景,点击按钮都是空指针报错,之前有几个项目只有第一次打开会显示地图,第二次打开就没有了,不知道什么问题,许可和环境都配置过了,版本也是最新版本,unity版本2022,2021,2019试过都不行。
EntryPointNotFoundException: Scene_GetScale assembly:<unknown assembly> type:<unknown type> member:(null)
SuperMapSDK.Scene.GetScale () (at Assets/SuperMap/Basic/Core/Scene.cs:668)
QueryLocationContainer.Update () (at Assets/SuperMap/Desktop/UISamples/Container/QueryLocationContainer.cs:43)
EntryPointNotFoundException: RotationMatrix assembly:<unknown assembly> type:<unknown type> member:(null)
SuperMapSDK.MathEngine.LongLatToRotationMatrix (System.Double dLon, System.Double dLat, System.Double dAltitude) (at Assets/SuperMap/Basic/Algorithm3D/MathEngine.cs:412)
SuperMapSDK.Georeference.SetGeoreferenceOrigin (System.Double dLongitude, System.Double dLatitude, System.Double dAltitude) (at Assets/SuperMap/Basic/Core/Georeference.cs:101)
SuperMapSDK.RealspaceView.SetGeoreferenceOrigin (System.Double dLongitude, System.Double dLatitude, System.Double dAltitude) (at Assets/SuperMap/Basic/ControlUnity/RealspaceView.cs:448)
SupermapGIS.InitializeRealspaceView () (at Assets/SuperMap/Desktop/Scripts/SupermapGIS.cs:180)
SupermapGIS.Start () (at Assets/SuperMap/Desktop/Scripts/SupermapGIS.cs:154)