Search Issue Tracker
Active
Under Consideration for 1.3.X, 7000.0.X
Votes
1
Found in [Package]
1.3.X - Entities
7000.0.0a1
Issue ID
ECSB-1095
Regression
No
"Loading Entity Scene failed because the entity header file couldn't be resolved: guid=beeeb7e98f7ea47a78c32ef798847bea." is thrown when running WebGL Build
How to reproduce:
1. Open the attached project "ECSWeb.zip"
2. Build And Run the project for WebGL
3. Open the Web Console in the browser
Expected results: No errors are thrown
Actual results: "Loading Entity Scene failed because the entity header file couldn't be resolved: guid=beeeb7e98f7ea47a78c32ef798847bea." is thrown
Reproducible with: 1.2.1 (6000.0.3f1)
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
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
- "Paste" option is available in Shader Graph contextual menu even when the clipboard has unrelated item
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
horeaper
May 27, 2024 10:22
I meet the same problem on 2023.2.19 when subscene is empty.
Fixed by add a dummy game object (In my case is a Netcode Ghost Authoring Component with no other components).