Search Issue Tracker
By Design
Votes
0
Found in
6000.0.43f1
6000.1.0b11
6000.2.0a7
Issue ID
UUM-100554
Regression
No
Render Graph Viewer is not displaying Imported Resources when it’s the only selected item in Resource Filter selection
Steps to reproduce:
1. Create a project
2. Open Render Graph Viewer window (Window > Analysis > Render Graph Viewer)
3. Select “Nothing” in Resource Filter selection
4. Select “Imported Resources” in Resource Filter selection and observe
Actual results: No Resources are shown
Expected results: All Imported Resources are shown
Reproducible with versions: 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Can’t test with versions: 2021.3.50f1, 2022.3.60f1 (no Render Graph Viewer)
Tested on (OS): macOS Sequoia 15.3 (Intel)
Notes:
- {}{}Imported Resources appear when selecting “Textures” selection
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
This is working as intended. There are three resource types (Texture, Buffer, Acceleration Structure). If all of them are disabled, you will not see anything. "Imported Resource" is a property of a resource, not a type per se. So if you have only "Imported Resource" selected but Texture is disabled, you won't see imported texture resources.
I can see how this can be confusing, but I think this is the correct logic nevertheless.