Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.3.10 - Entities
Issue ID
ECSB-1636
Regression
No
"Could not open file .entityheader for read. Loading Entity Scene failed because the entity header file couldn't be resolved" error when loading a Prefab while in Player
Reproduction steps:
1. Open the attached "repro_IN-91924" project
2. Open the "Assets/Scenes/SampleScene.unity" Scene
3. In the Editor overlay, select “Tools → Build Entities“
4. In the opened window, press “Build“ and select the “Assets/_Project/Stream“ folder
5. Open the Windows Terminal in the “Asset Bundle Builds“ folder path
6. Launch a Python server in this path with this command: python -m http.server 8000
7. Go back to the Editor and open the Build Profiles/Build Settings... ("File -> Build Profiles/Build Settings...")
8. Enable the "Development Build" and the "Script Debugging" parameters and press the "Build And Run" button
9. Once the Player launches, press the "Load Catalog" button and then the "Load Prefab" button
10. Observe the Player Console
Expected result: No error is thrown
Actual result: "Could not open file EntityScenes/e0c52924de51e654db4df81da520551c.entityheader for read Loading Entity Scene failed because the entity header file couldn't be resolved: guid=e0c52924de51e654db4df81da520551c." error is thrown
Reproducible with: 1.0.11 (2022.3.60f1), 1.3.10 (2022.3.60f1, 6000.0.44f1, 6000.1.0b12, 6000.2.0a7)
Reproducible on: Windows 10 (22H2), Windows 11 (23H2) (user's)
Not reproducible on: No other environments tested
Note: Not reproducible in the Play Mode
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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note:
There are no fixes planned for this Bug