Jerome
Jerome
@dhaval-android For a videoNode, I think you need to use [`VideoMaterial`](https://github.com/SceneView/sceneview-android/blob/ad8778b688cd265e5c0a47cc7917f64c482ebf90/sceneview/src/main/java/io/github/sceneview/material/VideoMaterial.kt) (or create your own with ExoPlayer if you are using ExoPlayer) ```kotlin sceneView.apply { val node = /* ......
I opened an issue https://github.com/SceneView/sceneview-android/issues/379 3 weeks ago and it should be fixed on next version. PR has been merged : https://github.com/SceneView/sceneview-android/pull/392