[Help] How do I make a player that allows me to switch videos?
I have seen a lot of tutorials that show how to play videos in unity but none shows me how to create a UI that allows me load or switch to different videos.
Answer by Cuttlas-U · Apr 18, 2017 at 06:16 PM
hi; a simple solution for u ; u can add all videos in your scene and just dissActive their object;
then when u press a ui u can give it a script to active certain videos and dissactive others;
of course there are better and optimized way to do this but this is good for start;
Answer by Yaell7 · Apr 18, 2017 at 07:31 PM
Thank you Cuttlas-U I was thinking the same. I just wasn't sure if that was a good way to do it since I was thinking about having a least 6 videos. I wasn't sure if that would present any performance issues. Thank you for your answer. I want to create a custom UI with buttons that would load different vids. Also if possible be able to control the speed of videos in increments. Like 25%. 50% 75% and 100% faster. Have you tried the new unity video player?