Godot Version
4.4
Question
I am trying to create a simple square card object that shows a bun model on a 2D frame. I followed the using viewports tutorial and created my SubViewport with a structure as shown in the image below.
However, even though I set the clear mode to ALWAYS
, the previous frame is still not erased from the buffer, causing visual glitches (sorry for the low quality GIF):
Is there some settings that I have been overlooking?