Hi, since upgrading to engine v2 (2.5.0 from V1) my videos no longer playback.
Presumably its this line (below) but I dont understand it as I am using myVideoTexture.upload() to transfer the video frames to the video texture each frame.
Rendering to a texture
When rendering to a texture, the deprecated method of configuring the RenderTarget on the Layer has been fully removed. The RenderTarget must now be set directly on the camera instead.
I get no errors. Any ideas?
Thanks