Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.36f1
2022.3.21f1
2023.2.14f1
6000.0.0b11
Issue ID
UUM-66445
Regression
No
RenderDoc Capture contains no data when capturing with RenderDoc.BeginCaptureRenderDoc
How to reproduce:
1. Open the attached project "IN-70656.zip"
2. Open Assets/Scenes/SampleScene.unity
3. Right-mouse click on the Game view tab
4. Click Load RenderDoc
5. Click on "GameObject" in the Hierarchy window
6. Click "Capture" in the Inspector window
7. Open the Capture in the RederDoc
Expected results: The Capture contains data
Actual results: There is no data in the Capture
Reproducible with: 2021.3.36f1, 2022.3.21f1, 2023.2.14f1, 6000.0.0b11
Reproducible on: Windows 11 22H2
Not reproducible on: No other environment tested
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
- Hub shows 6.0 as Latest LTS when opening a project after deleting its 6.3 Editor version
- Localization Group Rules bypasses Locale logic when SharedGroup asset provided
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
Resolution Note:
The issue was due to the calling RenderDoc.EndCaptureRenderDoc() immediately after the RenderDoc.BeginCaptureRenderDoc() call, resulting in no data within the capture. An example script for a valid usage has been provided.