googlearchive / tango-examples-unity

Project Tango [deprecated] UnitySDK Example Projects
https://developers.google.com/ar
Apache License 2.0
470 stars 242 forks source link

Tango library not found when compiling on Asus Zenphone AR with target sdk version = 24 #116

Open Okaerikoto opened 6 years ago

Okaerikoto commented 6 years ago

I am on Unity 5.6.5f1 with Tango ikariotikos and the Asus Zenphone AR.

I would like to use the GoogleVR sdk with Daydream so I have to set the target sdk version = 24 otherwise it won't compile. But I noticed that when I do so, Tango is not working on the phone. In the logcat I get "Unable to load the Tango library" then missing tango dll error messages.

If I remove GoogleVR sdk and set back the target sdk version to 23, Tango features are working normally. Is it possible to solve this issue? What is the cause? I saw there where similar issue with the c API .