Search Issue Tracker
Won't Fix
Votes
2
Found in
2018.4
2019.2
2019.2.13f1
2019.3
2020.1
Issue ID
1201224
Regression
No
Mouse GetAxis() and GetAxisRaw() inputs are ignored when ODBC is established
Steps to reproduce:
1. Open the attached project (case_1201224-UnityEngineInputBug.zip)
2. Enter Play mode
3. Use the scroll wheel to move the sphere, observe the output in the console
4. Hold down Right-Click and move your cursor to move the Sphere around
5. Press Spacebar to establish ODBC
6. Wait for "Connection closed" message to appear in the console
7. Repeat steps 3&4
Expected result: Mouse GetAxis() inputs work
Actual result: Mouse GetAxis() inputs are ignored
Reproduced in: 2018.4.13f1, 2019.2.14f1, 2019.3.0f1, 2020.1.0a15
Cannot test with: 2017.4.35f1 (Cannot get System.Data assembly references working)
Note 1: You might need Microsoft Access Database Engine 2010 Redistributable to get the ODBC connection working
Note 2: Mouse GetAxis() input is restored after selecting any window or object in the editor outside of the play area
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
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when attempting to remove a binding in the UIBuilder for a UxmlObjectReference
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
Resolution Note:
This is a threading issue with ODBC because it is being processed on the same thread.