Currently, I’m using a transition system, which roughly produces a fade effect by increasing the opacity of a black texture, changing the collection, and then making it transparent again.
But in other projects with lower-level libraries, I basically used two render textures with a shader to mix
(or perform other operations) on the rendering of the previous and next states.
Is there a way to achieve something similar with Defold?