Search Issue Tracker
Fixed
Fixed in 6000.0.45f1, 6000.1.0b13, 6000.2.0a7, 7000.0.0a23
Votes
6
Found in
6000.0.42f1
Issue ID
UUM-98798
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
Comments (4)
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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
matthew_carnegie
Apr 03, 2025 17:12
I have confirmed this issue is fixed for us in 6000.2.0a8
apkdev
Jan 11, 2025 16:44
Any workarounds?
MaximSheronov
Nov 16, 2024 08:18
This relevant to released Unity 6 (tested on 6000.0.25f1)
And this is very frustrating, as Unity says about targeting Web platform and improving DOTS. For now it's impossible to use DOTS with SubScenes for WebGL. Last working version is 2022.3.39f1
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).