SceneView / sceneview-android

SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin
Apache License 2.0
758 stars 151 forks source link

Hotfix for Release 2.0.4 #438

Closed Antiglobalist closed 3 months ago

Antiglobalist commented 4 months ago

Discussion - https://github.com/SceneView/sceneview-android/issues/435 Issues:

The second call of destroy() was removed to prevent crash Coroutines were replaced to ExecutorService

sameerjj commented 3 months ago

looks good to me