artoolkitx / arunityx

artoolkitX for Unity, providing high-performance video acquisition, marker and texture tracking and full Unity Editor support
https://www.artoolkitx.org/
Other
41 stars 22 forks source link

Fix android cache error #28

Closed OptrixAU closed 1 year ago

OptrixAU commented 4 years ago

Fixes #25

This update simply adds an empty-string check and some additional exception handling to the unpackStreamingAssetToCacheDir function, which was causing exceptions in Android during runtime asset construction.

philip-lamb commented 1 year ago

Closing this as obsoleted by recent changes, plus fixes found in #57. If there's anything else left behind, feel free to make a new patch and pull RQ.