Arvtesh / UnityFx.Outline

Screen-space outlines for Unity3d.
MIT License
1.27k stars 90 forks source link

Missing Profiler.EndSample (Every BeginSample call must have a subsequent EndSample call within the same frame): OutlinePass #70

Closed michael811125 closed 1 year ago

michael811125 commented 1 year ago

image

When I open profile will occured missing Profiler.EndSample issue, how do i resolve it?

james-arndt commented 1 year ago

Is this on a Windows machine or do you see these errors on a Mac?

michael811125 commented 1 year ago

Is this on a Windows machine or do you see these errors on a Mac?

I dev on windows.

james-arndt commented 1 year ago

Rolling back the package to -> "com.unityfx.outline.urp": "0.3.0" in the manifest is what fixed this error for us. It didn't adversely affect any of the rendering or functionality.

michael811125 commented 1 year ago

Rolling back the package to -> "com.unityfx.outline.urp": "0.3.0" in the manifest is what fixed this error for us. It didn't adversely affect any of the rendering or functionality.

ok I will try, thank you.