I’ve been trying to attach a video to a curved plane(a curved screen) in Unity, but when playing, all i can see are the colors flashing and not the actual video. The same happens for an image(only a color is displayed).
Is this a limit of the shader?
Is there a way to the attach a video and get it to play on the curved object?
Please do help.
Hello there,
As far as I know, Unity’s ‘new’ VIDEO PLAYER should be able to do that. It’s got some restrictions on format and codecs, but otherwise it should be able to do what you want it to.
If you see just colors and not the video, it might be a shader problem, or an importing issue.
Hope that helps!
Cheers,
~LegendBacon
Hey,
What you need to do is to create a material (movie texture) and attached your video clip onto the material and then attach the material to the game object you want!
see these documentation:MovieTexture
Regards,
Bale