I am noticing an issue where closed captions are not displaying when the following statements are true:
video.enableUI = false
video.height = 562
video.width = 1000
video.translation = [140, 0]
If I set the video nodes height and width to 0 with a [0, 0] translation (fullscreen) the captions display just fine.
Any suggestions?
Tyler Smith