- Home /
Question by
der_smon · Jun 28, 2015 at 06:42 PM ·
audiomobilevideo streaminglocalization
Localized audio with Handheld.PlayFullScreenMovie()
Maybe this is more an Android/iOS question, but:
Is it possible to have a video with multiple audiotracks as a StreamingAsset
and rely on the respective OS to select the track matching the device's language settings (or otherwise default to english)?
Comment
Best Answer
Answer by der_smon · Jul 10, 2015 at 12:01 PM
Ok, as far as I could figure it out it seems to be this way (for 4.6):
On iOS you have to either have one video for each language OR you could try to build some custom scripts with the iOS SDK that start video and audio from separate audio files at the same time. The possible hassle with keeping video and audio in sync let me to implement the first solution.