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
- “Frame Debugger On” text color not maintained across different Editor Themes in toolbar
- Rendering artefacts appear in the Game view window when maximizing/minimizing Inspector window and Frame Debugger is Enabled
- Threads dropdown in the Profiler is not scrollable even when not all options in the list are visible
- Memory leak when a lot of Particle Systems instantiated while Profiler is open
- "ArgumentOutOfRangeException" error is thrown when trying to delete letters from an RTL TextField when using the Advanced Text Generator
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