Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2022.2
Issue ID
1415952
Regression
Yes
[Web platform] Player connection not started with "Emscripten SDK for this platform is not present at.."
How to reproduce:
1. Create a new project
2. Switch to WebGL platform in Build Settings
3. Build the project for WebGL
Expected result: Build succeeds
Actual result: Build finishes and "InvalidOperationException: Emscripten SDK for this platform is not present" error is thrown
Affects Windows, Mac, and Linux editors
Unity version: 2022.2.0a9.1399
Full error:
InvalidOperationException: Emscripten SDK for this platform is not present at /Applications/Unity/2022.2.0a9_941928b624d9/Unity.app/Contents/PlaybackEngines/WebGLSupport/BuildTools/Emscripten-mac-x64. Did you build support for this platform?
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
- [Vulkan] Release memory after deleting image
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Crash on internalABP::BoxManager::prepareData when entering Play Mode
- Crash at "UnityEngine.Object:FindObjectsOfType" when quitting the Player
LukeWellander
Apr 03, 2022 23:58
After receiving the same error, clicking build and run a second time resulted in a successful build. Not sure what would cause a success the second time but thought the info may be useful to someone.