Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console errors #73

Open
mancj opened this issue Jul 30, 2023 · 1 comment
Open

Console errors #73

mancj opened this issue Jul 30, 2023 · 1 comment

Comments

@mancj
Copy link

mancj commented Jul 30, 2023

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.

"com.unityfx.outline": "0.8.5",
"com.unityfx.outline.urp": "0.5.0",

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?

@efeurun
Copy link

efeurun commented Sep 16, 2023

Experiencing the same issue after upgrading and using Unity 2022.3.8 only on macOS devices,

There was no issue at Unity 2020.3.24f1.

Edit : Downgrading outline.urp to 0.3.0 as stated by james-arndt-unity at #70 fixed the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants