Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.0b7
2019.1.0a1
2019.2.0a1
Issue ID
1096368
Regression
No
Empty scene contains unnecessary resources.assets.resS file when built that takes a lot of space
To reproduce:
1. Open Meta project
2. Create empty Scene
3. Build that empty Scene
Reproducible with: 2017.4.19f1, 2018.3.3f1, 2019.1.0b1, 2019.2.0a3
Actual results: build folder takes up 4.5GB space
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Element name field has no character limit in UI Builder
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
Resolution Note:
The resources.assets.resS is part of the "Resources" API & System. Any content in the project located in a "Resources" folder is included in the final build in the "resources.*" set of files. See https://docs.unity3d.com/Manual/SpecialFolders.html