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
816 stars 159 forks source link

Composable destroy ArCore - crash fix #446

Closed jopakka closed 6 months ago

jopakka commented 6 months ago

When ARSceneView was removed from compose ArCore was never destroyed.

Added destroyArCore function call to ARSceneView destroy method and removed current Choreographer frameCallback on SceneView destroy method.

Related to issue #440