Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b6
Issue ID
877939
Regression
No
[WebGL] MonoBehaviour.OnApplicationFocus not called when the project is first started
Reproduction steps:
1. Build the attached project to WebGL
2. Open the built index.html file in Firefox
3. Open the developer console to see the output (F12)
4. Click within the WebGL canvas while the Unity loading progress bar is shown.
Result: notice how there is no OnApplicationFocus callback. If you click the mouse button again then the callback will occur, but it doesn't occur until you click the mouse.
This is incorrect because the WebGL canvas actually does have focus and can receive mouse movements before you click a second time.
Reproducible on: 5.5.1p2, 5.6.0b7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
- The Package Manager's "install packages by..." panels break when Domain Reload is triggered, and the panel is open
- Crash with multiple stack traces when leaving a docked VFX Graph open
Add comment