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
- HDRP 6-way VFX Shader is lit incorrectly when World coordinates are used
- 2D Sprite Renderer in front is affected by Sprites in the background when using Sorting Layers and a Shadow Caster 2D with Self Shadow
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
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.)