How to remove node in RenderTargetTexture.renderList?

RenderTargetTexture.renderList.splice(0) can not clear renderList, and it seems that renderList can be push node only. How to make remove node possible to RenderTargetTexture.renderList?

you should be able to add/remove at will :frowning: sounds like a bug to me.

Could you provide a repro in the playground ?

Please check this pg

Thanks, I ll make a PR to fix it ASAP

1 Like