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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
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.)