Esri / hololens-terrain-viewer

Holographic mapping powered by ArcGIS
https://youtu.be/hE9GXpZTwAs
Apache License 2.0
42 stars 12 forks source link

DllNotFoundException: Lerc32 #2

Open jessedsiegel opened 7 years ago

jessedsiegel commented 7 years ago

I've gotten this to work when deployed to my HoloLens, but I'm trying to simulate it from the Unity Editor with HoloGraphic Emulation. I'm getting the followubg error:

DllNotFoundException: Lerc32 Esri.PrototypeLab.HoloLens.Unity.Elevation+c__Iterator0.MoveNext () (at Assets/EsriToolkit/Mapping/Scripts/Elevation.cs:39) UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)

p-skakun commented 7 years ago

I managed to run code in editor after adding Lerc32.dll to plugins folder and select platforms all except WSA(please note, that you probably should use Lerc64.dll, but rename it to Lerc32.dll)