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
- Unity Package Manager Events Not Triggered When Changing Registry
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
This is a duplicate of issue #1240963