So, I'm doing a unity project for a mobile device (Android), and I ran into the problem of playing video using unity on mobile devices, because this can only be achieved through Handheld.PlayFullScreenMovie
or Assets.
So, in Handheld.PlayFullScreenMovie
video comes out in full screen and everything goes after it, and since I want it to support some languages (if I need to include 3 copies of the same video, the game will start to get big ;-). My doubt is whether it is possible to put subtitles in it without creating another video?
source share