sceneview-android
sceneview-android copied to clipboard
Hotfix for Release 2.0.4
Discussion - https://github.com/SceneView/sceneview-android/issues/435 Issues:
- lifecycle?.coroutineScope can be isActive == false and destroy() will not be called
- destroyARCore was calling twice. It produced NDK crash from ARCore
The second call of destroy() was removed to prevent crash Coroutines were replaced to ExecutorService