You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your library. I'm new in Unity, but i tried different methods to set up the outline effect, but i get 999+ errors in logs. I had set up a project referencing your sample project, and tried this tutorial. But couldn't make it work.
My project have URP pipeline.
BeginProfileEvent("OutlinePass") / EndProfileEvent("Outline-64") mismatch calls detected. Did you call cmd.Clear() after BeginProfileEvent("Outline-64") or inside a using (new ProfilingScope(cmd, "Outline-64")) block? BeginProfileEvent("OutlinePass") / EndProfileEvent("ScriptableRenderer.Execute: URP-Balanced-Renderer") mismatch calls detected. Did you call cmd.Clear() after BeginProfileEvent("ScriptableRenderer.Execute: URP-Balanced-Renderer") or inside a using (new ProfilingScope(cmd, "ScriptableRenderer.Execute: URP-Balanced-Renderer")) block? BeginProfileEvent("OutlinePass") / EndProfileEvent("Outline-64") mismatch calls detected. Did you call cmd.Clear() after BeginProfileEvent("Outline-64") or inside a using (new ProfilingScope(cmd, "Outline-64")) block?
The text was updated successfully, but these errors were encountered:
Hi, thank you for your library. I'm new in Unity, but i tried different methods to set up the outline effect, but i get 999+ errors in logs. I had set up a project referencing your sample project, and tried this tutorial. But couldn't make it work.
My project have URP pipeline.
BeginProfileEvent("OutlinePass")
/EndProfileEvent("Outline-64")
mismatch calls detected. Did you callcmd.Clear()
afterBeginProfileEvent("Outline-64")
or inside ausing (new ProfilingScope(cmd, "Outline-64"))
block?BeginProfileEvent("OutlinePass")
/EndProfileEvent("ScriptableRenderer.Execute: URP-Balanced-Renderer")
mismatch calls detected. Did you callcmd.Clear()
afterBeginProfileEvent("ScriptableRenderer.Execute: URP-Balanced-Renderer")
or inside ausing (new ProfilingScope(cmd, "ScriptableRenderer.Execute: URP-Balanced-Renderer"))
block?BeginProfileEvent("OutlinePass")
/EndProfileEvent("Outline-64")
mismatch calls detected. Did you callcmd.Clear()
afterBeginProfileEvent("Outline-64")
or inside ausing (new ProfilingScope(cmd, "Outline-64"))
block?The text was updated successfully, but these errors were encountered: