List
how to load a 2d image map stored externally...
Posted Date: 2019-07-19 6:46     Edited Date: 2019-07-19 8:55     Writer: inactive

SDK Version: 4.1.1

Unity-Android

how to load a 2d image map stored externally i.e

MySQL or File Server(url)

Posted Date: 2019-07-19 8:48     Edited Date: 2019-07-19 8:48     Writer: slkim

Save the 2dmap to the file server. Download the file to the data folder of your Android phone. You can then load the file using the addTrackerData function with the absolute path of the 2dmap file.

 

Keane

Maxst Support Team

Posted Date: 2019-07-19 8:55     Edited Date: 2019-07-19 8:55     Writer: inactive

Thanks!