Search Issue Tracker
Not Reproducible
Votes
0
Found in
2021.3.27f1
Issue ID
UUM-37534
Regression
Yes
[URP] Error "RenderingCommandBuffer" is thrown in the Console when creating a project using 3D (URP) Template
How to reproduce:
1. Create a new Unity project using a 3D (URP) Template
2. Observe the Console window
Expected results: No errors in the Console window
Actual results: Error is thrown in the Console window:
{code:java}
RenderingCommandBuffer: shader Hidden/Internal-Loading: invalid pass index 1 in DrawMesh
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) {code}
Reproducible with: 2021.3.27f1
Not reproducible with: 2021.3.26f1
Note: error is clearable but always appears when creating a new project. Also reproducible with FPS Microgame Template.
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:
Can not repro