Open mihakrajnc opened 2 years ago
This a duplicate of #44. You can safely remove the line with ProfilingScope
reference.
I'm going to remove these line for the next version,
i get the exact same issue, commenting this line also aleviates it
I notice this issue is still open. How can I comment out the line without it reverting back after package compilation?
I notice this issue is still open. How can I comment out the line without it reverting back after package compilation?
Try installing is as local package (https://docs.unity3d.com/Manual/upm-ui-local.html). This should allow editing it as you like.
Thanks @abogarsukov-braingames
I'm using outlines with URP, and when opening the profiler, I get spammed with errors:
If I comment out the
using (new ProfilingScope(cmd, _profilingSampler))
lines inOutlinePass.cs
, the errors go away. Not sure if this is an issue with Unity or the OutlinePass.