hey all,
does anyone know if i can start loading a level then trigger a movie playback that plays while the level loads? If so, what the technique might be?
Thanks,
Chris
hey all,
does anyone know if i can start loading a level then trigger a movie playback that plays while the level loads? If so, what the technique might be?
Thanks,
Chris
Playing video essentially takes over the device, so Unity execution is paused during playback and resumes again afterwards.
ok great thanks.