Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X, 6000.2.X, 6000.3.X
Votes
0
Found in
6000.0.48f1
6000.1.2f1
6000.2.0a10
6000.3.0a1
Issue ID
UUM-104655
Regression
No
URPPreprocessBuild.OnPostProcessBuild is never executed when building the Player
Reproduction steps:
1. Open the attached “IN-100293.zip” project
2. Build and Run (File > Build and Run)
3. Observe the Console after the build is complete
Expected result: “"--- OnPostProcessBuild EXECUTED ---"“ log is visible
Actual result: "--- OnPostProcessBuild EXECUTED ---" log is not visible
Reproducible with: 6000.0.48f1, 6000.1.2f1, 6000.2.0a10
Couldn’t test with: 2022.3.62f1 (“URPPreprocessBuild.cs” is not available)
Reproducible on: Windows 11, macOS 15.4.1 (M1 Max)
Not reproducible on: no other environment tested
Notes:
- Bug occurs in URPPreprocessBuild.cs (com.unity.render-pipelines.universal/Editor/BuildProcessors/URPPreprocessBuild)
- Since URPPreprocessBuild does not inherit IPostprocessBuildWithReport, its OnPostProcessBuild method is never executed
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment