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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Add comment