Search Issue Tracker
By Design
Votes
0
Found in
6000.3.0a1
Issue ID
UUM-110548
Regression
No
Projects upgraded to 6.3 fail to build due to Render Graph being disabled on upgrade by default
Steps to reproduce:
- Clone the project from repo: https://github.cds.internal.unity3d.com/unity/project-blobario
- Open the project in 6000.3.0a1
- Build the project
- Observe the Editor and the Console window
Actual results: Project fails to build due to compatibility mode being enabled/render graph disabled
Expected results: Project builds
Reproducible with versions: 6000.3.0a1
Tested on (OS): macOS Silicon Sequoia 15.5
Notes:
- Projects should be able to be built after upgrading
- This causes issues with automated tests as the projects are failing to build, the tests fail as well
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
URP Compatibility mode is deprecated and it requires a manual action.
There are 2 options to fix this.
Preferred one if it's possible to enable RenderGraph in Graphics Settings -> URP tab -> uncheck Compatibility mode.
If it's not possible you would need to add a URP_COMPATIBILITY_MODE define to scripting defines as mentioned in the exception.