As the title says, i’m using LWRP and without changing any settings whatsoever, i started getting this error message (setting anti-aliasing of already created render texture is not supported). This error starts showing when i press play on the scene and it continues to print the log even after i stop the scene.
Thanks in advance
Removing the MainCamera
tag will cause Camera.main
to fail!
For me, fixing the issue was to go into RP asset, set AA to None
, and then reset to whatever setting you had previously.
I was getting this issue recently too. It seems to be a Unity bug that they introduced with the recent releases
Not sure what the cause is but removing the MainCamera
tag from the Main Camera fixed it for me
Just set it to Untagged
Thanks! Setting it to Untagged seems to have fixed it. Running Unity 2019.3.4f1 and URP