Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
9.0.0-preview.17, 10.0.0-preview.1
Issue ID
1252451
Regression
Yes
[URP] Errors are thrown in a console when using Profiler to profile Editor
How to reproduce:
1. Open the attached project "1252451.zip"
2. Select Editor as a target in a Profiler window
3. Start recording
Expected result: no errors are thrown in a console
Actual result: errors are thrown in a console
Reproducible with URP versions: 9.0.0-preview.17 (2020.1.0b11, 2020.2.0a14), 9.0.0-preview.32 (2020.1.0b11, 2020.2.0a14)
Not reproducible with URP versions: 4.1.0 (2018.4.23f1), 7.3.1 (2019.4.0f1), 8.1.0 (2020.1.0b11, 2020.2.0a14), 9.0.0-preview.16 (2020.1.0b11, 2020.2.0a14)
Note:
- Example of the errors thrown:
Missing Profiler.EndSample (BeginSample and EndSample count must match): Render Camera
Previous 5 samples:
Render Camera
Render Camera
Inl_UberPostProcess
Inl_Render Transparents
Inl_Render Opaques
In the scope:
Render Camera
Render Camera
UnityEngine.CoreModule.dll!UnityEngine.Rendering::RenderPipelineManager.DoRenderLoop_Internal()
SceneCamera.Render
SceneView.OnGUI.repaint
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
This is a duplicate of issue #1240963