In the Viewports tutorial it says to yield() twice before copying a texture so that it gives the Viewport a chance to render. Last year the signal "frame_post_draw" was added to VisualServer. It is ...
I am currently working on a game that heavily relies on hand drawn animation, not just for objects in the game but also for animated cutscenes. For all AnimatedSprite2D's, and especially for the ...