Also even “cmd.SetRenderTarget(customRT_id);” will invoke “ResolveAA” for camera target. WTF?
I use few custom passes and why unity resolve AA for useless temp camera texture, even if I don’t use it??
I saw this note: https://github.com/sienaiwun/Unity_AAResolveOnCommand
But it works only with RenderTextures, but in my case I should use only command buffer render textures (because render texture doesn’t work properly with command buffers in URP)
Hi, I am experiacing the same problem - I wanna get RT, clear it and set it as target for instanced drawing. No need to resolve it every time I touch it… Any progress on this topic?
Currently I’m using RTHandle(Unity 2022.3LTS version) and also encountering this issue, it seems you need to modify urp source code to deal with this issue.
I wish there would be a more simpler solution.