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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1240963