Dereck Bridie
Dereck Bridie
Could you elaborate on the issue? Yes, there is an allocation per frame, but I don't see a leak in this particular fragment; if you do not hold onto a...
I'd be interested to look at your breakdown of the GC pressure caused by `Session#update` compared to the rest of the work happening. I'll bring it up with the team,...
I can't seem to reproduce this problem; here are the steps I followed: 1. Get the persistent cloud anchor sample app to work by following various instructions on [the quickstart](https://developers.google.com/ar/develop/unity/quickstart-android)...
Keyless documentation is located [here](https://developers.google.com/ar/develop/unity-arf/cloud-anchors/developer-guide-android#keyless-authentication)!
@Renkon117, please see instructions on the [Cloud Anchors developer guide for iOS](https://developers.devsite.corp.google.com/ar/develop/unity-arf/cloud-anchors/developer-guide-ios#token-authentication) for how to use SetAuthToken at runtime. As mentioned [on the other thread](https://github.com/google-ar/arcore-unity-extensions/issues/48#issuecomment-875646209), we've identified a problem with...
@RGregat I'm splitting yours to a separate issue; if you have the reproduction device / app, could you please [enable ARCore call logging](https://developers.google.com/ar/develop/debugging/call-logging) and attach a log of up to...
It would be great if you could add the repro so I can have a try; thanks.
I can't seem to reproduce this problem; here are the steps I followed: 1. Get the persistent cloud anchor sample app to work by following various instructions on [the quickstart](https://developers.google.com/ar/develop/unity/quickstart-android)...
I think Unity should use the default debug keystore for `Build And Run` builds (`~/.android/debug.keystore`, `%USERPROFILE%\.android\debug.keystore` on Windows, I think), but you could try creating and assigning a new keystore...
> what do you mean by configuring the OAuth consent screen? I'm referring to this part (though you've probably already done it already):  More troubleshooting; double checking all bases...