Esri/arcgis-maps-sdk-unity-samples

Missing DLL after Esri SDK package import

chrismeteu opened this issue · 3 comments

After adding the Esri SDK (through the package manager) I get the following error. I'm using Unity 2022.2.12

DllNotFoundException: libruntimecore assembly: type: member:(null)
Esri.GameEngine.View.ArcGISView..ctor (Esri.GameEngine.ArcGISGameEngineType gameEngineType, Esri.GameEngine.MapView.ArcGISGlobeModel globeModel) (at ./Library/PackageCache/com.esri.arcgis-maps-sdk@d1c578d68416/SDK/API/GameEngine/View/ArcGISView.cs:38)
Esri.ArcGISMapsSDK.Components.ArcGISMapComponent.get_View () (at ./Library/PackageCache/com.esri.arcgis-maps-sdk@d1c578d68416/SDK/Components/ArcGISMapComponent.cs:337)
Esri.ArcGISMapsSDK.Components.ArcGISMapComponent.SyncPositionWithHPRoot () (at ./Library/PackageCache/com.esri.arcgis-maps-sdk@d1c578d68416/SDK/Components/ArcGISMapComponent.cs:864)
Esri.ArcGISMapsSDK.Components.ArcGISMapComponent.Update () (at ./Library/PackageCache/com.esri.arcgis-maps-sdk@d1c578d68416/SDK/Components/ArcGISMapComponent.cs:525)

Just in case it matters, I am using the Apple M2 Max chip

@chrismeteu The new release is out, could you try it with the new release?

closing due to inactivity, but feel free to reopen/open a new issue if you're still working on this.