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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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