Search Issue Tracker
Fixed in 2019.3.X
Votes
6
Found in
2018.2.8f1
Issue ID
1098758
Regression
Yes
Custom mouse cursor does not appear in WebGL builds
How to reproduce:
1. Open the project attached by the user (UnityHungryGuppy.zip)
2. Open the "HGLevel" Scene, run it
3. Notice how the custom mouse cursor appears and works
4. Build the project for WebGL
5. In the build, notice how the custom mouse curse does not appear
Expected result: The custom cursor functions in the WebGL build as it does in the editor
Actual result: The custom cursor does not appear in the WebGL build
Reproducible with: 2017.4.0f1, 2017.4.15f1, 2018.1.9f2, 2018.2.16f1, 2018.3.0b10, 2019.1.0a8
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
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
- A memory leak occurs in Play mode when using Direct3D12 Graphics API
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when rendering 60 real-time lights in the far distance
- Black artifacts appear in the Scene view when moving the mouse with the Scene and Device Simulator windows open
Resolution Note (fix version 2019.3):
Web cursors have a maximum resolution of 128x128. The WebGL platform will clamp cursor image resolutions to this maximum if they are larger.