Size Breakdown drop down view does not appear after build
This problem is likely due to a project that uses procedurally generated meshes that are then assigned with no mesh name. Size breakdown requires specific fields when compiling the data, one of which is the asset's name.
Possible solution:
- Refactor your code so that the generated mesh has a name.