Search Issue Tracker
Fixed
Fixed in 6000.2.0a1, 7000.0.0a20
Votes
0
Found in
6000.2.0a1
7000.0.0a1
Issue ID
UUM-90292
Regression
No
DebugUICanvas.prefab is being included into release builds.
[https://unity.slack.com/archives/C20E70CAC/p1733170786169399]
Because it is in a Resources folder, it gets included in every single build.
But we're doing release builds at the moment, not development ones, so I think it should be excluded from these builds.
Also this Prefab is using uGUI, and our project is exclusively using UIToolkit, which means that all the uGUI code and dependencies get pulled into our builds because of that reference.
The final output is not much changes, but removing the Resources folder from the Core RP package get the output resources.assets file from 361kb to 259kb, which is 1/3 of the resources included in the server build.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TextMeshPro Shader "Mask" field does not update in Inspector when changing value
- Changing URP settings when a Shader Graph is open throws errors and renders the opened Shader Graph Asset useless
- GameObject cannot be renamed when right clicked and a different Editor window is in focus
- Objects are cleared when preloading a Pool during startup functions with Domain Reload disabled
- The text underline partially disappears when the bold effect is applied with certain fonts in the UI Builder
Add comment