Implementing video in the studio

Hi,

I hope everyone is well. We are having issues in implementing a video using the Studio version. May I ask you if there is a way around it without having to hard code the whole scene?

Please let me know.

Simone

At the moment video isn’t directly supported, you would need to create a custom component that overrides the material of whatever entity it’s attached to, with a THREE.js VideoTexture.

You can reference the Studio - Animated Shader example as a framework.