Closed renaudbedard closed 6 years ago
There is no way currently to just disconnect from ARCore. I understand that five second stalls are a big deal, we will have a solution for the 1.0 release.
Understood, thanks!
Does anyone happen to have a workaround for this in the mean time?
We have not been able to reproduce this in ARCore 1.0.
Calling
Session.Destroy();
seems to lock the game for 5 second until theI/native: session_c_api.cc:308 Deleted ArSession.
message finally appears, and the game becomes responsive again.Does that mean one should not destroy the AR session if you're going out of and back into AR? Is there a way to pause and resume tracking?