reinterpretcat / utymap

Highly customizable library for procedural world generation based on real map data
Apache License 2.0
958 stars 151 forks source link

Project Export & Unity Build APK Issue #126

Closed subhechhu closed 5 years ago

subhechhu commented 5 years ago

I tried building an apk with the demo application via unity. When I build the apk, the map doesn't load and I can see an error which say

Unable to find UtyMap.Shared

every single time & the object free fall to infinity. Poor Guy. Also, I am not being able to export the Unity-based project to Android. It fails every time.

Would be great if I could get some help regarding the subject. Thanks

reinterpretcat commented 5 years ago

Have you built UtyMap.Shared as it is described here: https://github.com/reinterpretcat/utymap/blob/master/docs/build.md ?

subhechhu commented 5 years ago

Yeah. I built it on Mac and followed the same procedure as given. It works with unity. I can run the project. I can create an apk with Unity & run it on an Android device too. But when it runs on the device, the map doesn't load and 3D object in ThirdPerson scene keeps falling and log on the device says unable to find UtyMap.Shared.

reinterpretcat commented 5 years ago

If you followed instructions for android build (armeabi-v7a, NDK, etc), then it is hard to say what is wrong..

subhechhu commented 5 years ago

Finally So is generated. I will try to build it again now. Thanks :)