Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.3.0f3
Issue ID
1020813
Regression
No
Capturing the mouse with IEventDispatcher in Animator produces warning in console
Reproduction steps:
1. Download user's project and open in Unity
2. Open Debug -> WatchCapture
3. Open Window -> Animator and add an Animator Controller
4. Select the "New State" and drag it on the line to the list of Layers
5. Click on the GraphUI
Expected: no warning appears
Actual: warning appears
Reproduced on: 2017.3.2f1; 2017.4.1f1; 2018.1.0b13; 2018.2.0a8
Note: warning:
"Should not be capturing when there is a hotcontrol
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)"
IEventDispatcher was introduced from 2017.3
Fixed on: 2018.3.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment