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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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