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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment