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
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Styles are applied when the tab view has the different style class set in UI Debugger
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
- [Android] Permission window is not shown when using a Build App Bundle (Google Play) with Minify set to Release
Resolution Note:
Can not repro