Closed Delt06 closed 2 years ago
Found this: https://issuetracker.unity3d.com/issues/urp-unreleased-version-profiler-spams-errors-when-enabled-in-playmode Looks like a bug from URP. Not sure whether something can be done aside from removing the ProfilerScope from OutlinePass.
Yes, I've spent some time on investigation and it seems to be an URP issue. At least I wasn't able to fix it on my side.
I have the same issue using these packages version:
"com.unityfx.outline": "0.8.4",
"com.unityfx.outline.urp": "0.4.0",
But the issue doesn't exist if I go back to the version 0.3.0 of the com.unityfx.outline.urp
package. So that's what I did!
I have the same issue using these packages version:
"com.unityfx.outline": "0.8.4", "com.unityfx.outline.urp": "0.4.0",
But the issue doesn't exist if I go back to the version 0.3.0 of the
com.unityfx.outline.urp
package. So that's what I did!
Same issue and same solution here as well.
Should be fixed in v0.8.5.
Should be fixed in v0.8.5.
Not fixed in latest. Issue is appearing on Mac platform, but not on Windows.
How to reproduce:
The console becomes filled with these error messages:
Was able to reproduce in the Outline.URP project with 2019.4.17f1 and in a project that imports the package from
npm
with 2020.3.0f1.