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
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.