Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Trider |
I use a Viewport
with a VideoPlayer
as a VideoTexture
for a Sprite
When I pause the game with GetTree().paused = true;
both video and sound pause, but when I unpause the game with GetTree().paused = false;
only the audio resumes but the image stands still.