Search Issue Tracker
Fixed
Fixed in 2023.3.0a19
Votes
0
Found in
2023.3.0a17
Issue ID
UUM-57954
Regression
Yes
"Copy Depth render pass will not execute" error thrown on Standalone build
h2. Steps to reproduce
# Open the attached repro project [^Cornell-Box-URP.zip]
# Open the test runner
# Build and run tests on standalone
Expected: Tests pass
Actual: Tests fail with
{code:java}
Missing . Copy Depth render pass will not execute. Check for missing reference in the renderer resources.{code}
h2. Notes
Issue reproduced on [Windows|https://unity-ci.cds.internal.unity3d.com/job/31867655] and [Linux|https://unity-ci.cds.internal.unity3d.com/job/31867665] on CI.
Issue reproduced locally on Windows 11.
Issue does not reproduce when the tests are run in playmode.
Bisection team: I have bisected this down to [this PR|https://github.cds.internal.unity3d.com/unity/unity/pull/39403]. Can you verify this bisection?
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on mecanim::SetValueWeight when switching the AnimationMixerPlayable connection with Animator's UpdateMode set to "Animate Physics"
- The "StringComparer.InvariantCultureIgnoreCase.GetHashCode()" returns different Hash Codes for the same word with the only difference being case sensitivity in WebGL
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
Add comment