Search Issue Tracker
By Design
Votes
2
Found in [Package]
1.0.X - Entities
1.2.X
7000.0.0a1
Issue ID
ECSB-604
Regression
No
EntityComponentSystemSamples project build fails with InvalidOperationException
Reproduction steps:
1. Open the attached project “EntitiesSamples“
2. Build the project
Expected result: Build succeeds
Actual result: Build fails with the following error: InvalidOperationException: ContentCatalogBuildUtility.BuildContentArchives failed with status 'Error'.
Reproduced with: 1.0.8, 1.0.10, 1.0.11 (2022.3.5f1)
Reproduced on: macOS 13.4 (Intel), Windows 10 (user reported)
Note: Can also be reproduced by downloading the project from here: [https://github.com/Unity-Technologies/EntityComponentSystemSamples|https://github.com/Unity-Technologies/EntityComponentSystemSamples|smart-link]
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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Resolution Note:
The sample projects in the EntityComponentSystemSamples repo are not actually meant to be built by end users. Instead, users should just play sample scenes in the editor. (I'll try to add a more prominent warning about this in the readmes.)