Easy movie texture - How to play sync 2 videos playing at the same time?

I am using easy movie texture to play the same video on 2 different objects at the same time. However sometimes these two videos fall out of sync. The problem because worse if there is audio playing on them.

Right now I am using a different script for each object. Is there a way to use just 1 script to play both videos?

Any ideas are greatly appreciated.

1 Like

Same problem.did you find a solution?i hope somebody can help…

you can play easily. if you need help than reply here

Solution, anyone… ?

oh I just need to combine the two videos into one video file top-down or side by side, don’t I

I have the same problem. Can you help. Thank you.

I have the same problem, with one video (top-down, 2048x2048) playing on two objects. Unity 5.4

I’m trying to create a stereo 360 video player using two spheres, with each sphere playing one half of the video (top or bottom half). With the sync problem, the video is unwatchable.

I found a solution here: Projecting a 360 degree VR video on a sphere - Unity Engine - Unity Discussions
Basically, use two spheres with different UV maps and use only one material on both. This way the video is in sync.

1 Like