AssetsManages doesn't have an addVideoTextureTask

Hello,
i was curious about why the assetsManager class doesn’t have an addVideoTextureTask method.
Do videos have to be loaded in another way?
Thank you :deciduous_tree:

Hey there! :slight_smile:

It hasn’t been added yet, but that should be simple to add by creating a new class that extends from AbstractAssetTask: Babylon.js/assetsManager.ts at master · BabylonJS/Babylon.js (github.com) and adding an addVideoTextureTask that just instantiates this class: Babylon.js/assetsManager.ts at master · BabylonJS/Babylon.js (github.com) :smile:

1 Like