Currently I need to add the RenderTargetTexture
into scene.customRenderTargets
to make it work during rendering, and I think it will render every frame.
But what if I do not need to render/update the RenderTargetTexture
in every frame, I wonder if there if a manual way to only render/update the RenderTargetTexture
only when I need.