Search Issue Tracker
By Design
Votes
0
Found in
2017.2.0f3
Issue ID
981166
Regression
No
[WebGL] Player is not receiving request headers
To reproduce:
1) Open attached project
2) Build and run for WebGL
Expected: A circular logo should load (it works on the Editor itself)
Actual: Error is thrown "No blob meta found"
Reproduced in 2017.2.0f3, 2017.3.0p1, 2018.1.0b2
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 CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- SetComponentEnabled uses class instead of struct when constraining Enableable Component type
- [iOS] Application.deepLinkActivated does not get invoked while app is running when UIApplicationSceneManifest is added in Info.plist
Resolution Note (2019.1.X):
In order to get a custom response header when performing a cross-domain request, the name of the custom header should be listed in the "Access-Control-Expose-Headers" response header. The code works as expected. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers