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
Thanks for sharing,I encountered some errors when using, I don't know the reason, what should i do
Missing Profiler.EndSample (Every BeginSample call must have a subsequent EndSample call within the same frame): Mirror 28230 Previous 5 samples: RenderLoop.CleanupNodeQueue RenderTexture.SetActive Graphics.Blit RenderTexture.SetActive FinalBlit In the scope: Mirror 28230 Inl_ScriptableRenderContext.Submit Inl_RenderPipeline.BeginCameraRendering Inl_RenderCameraStack Inl_UniversalRenderTotal
The text was updated successfully, but these errors were encountered:
It's a little late, but I also experienced the same error. When use context.ExecuteCommandBuffer(cmd); cmd.Clear(); in ProfilingScope.
So, I just remove this line or take it out. It works well and I haven't encountered any other errors as of yet.
Thanks for sharing,I encountered some errors when using, I don't know the reason, what should i do
Missing Profiler.EndSample (Every BeginSample call must have a subsequent EndSample call within the same frame): Mirror 28230 Previous 5 samples: RenderLoop.CleanupNodeQueue RenderTexture.SetActive Graphics.Blit RenderTexture.SetActive FinalBlit In the scope: Mirror 28230 Inl_ScriptableRenderContext.Submit Inl_RenderPipeline.BeginCameraRendering Inl_RenderCameraStack Inl_UniversalRenderTotal
The text was updated successfully, but these errors were encountered: