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
- [Android] Performing hardware comparison using "SAMPLE_TEXTURE2D_SHADOW" results in no shadow being rendered when the GameObject is instantiated manually
- Physics.Raycast fails when a Capsule Collider at a default position is used
- [Silicon] Crash on mono_get_hazardous_pointer when disconnecting Bluetooth Headhpones while in Play Mode
- Switching Project when importing complete project does not import all assets and project opens incomplete
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
This is a duplicate of issue #1240963