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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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