Open noman5412 opened 5 days ago
It depends on a lot of factors such as platform, device, and video specs. Generally, for improved transitions, we'd recommend using multiple mediaplayer components - see our playlist demo scene. The ability to load multiple videos depends on the video specs and the device that you are using. For example Older devices may struggle. Higher resolution videos will use up more resources. etc
I want to load three different videos simultaneously and display one of them at a time depending upon what user selects! Should i use 3 different MediaPlayer along with one displayUGUI and switching between them or is there any option through which i can do switching seamlessly between different videos using only one MediaPlayer? Moreover, loading more than one video is okay? in terms of performance etc.