Akash437

Results 2 issues of Akash437

You guys are doing great, are we going to get a feature to convert AugmentedImageDatabase from byte-array ? something like `AugmentedImageDatabase.deserialize()` which is already available in and Arcore Android SDK....

``` public void getContactList() // this function is executed on button click { Contacts.LoadContactList(onContactLoadDone, onContactLoadFailed); } void onContactLoadFailed(string reason) { ContactfailString = reason; } void onContactLoadDone() { Debug.Log("Contacts loaded"); foreach...