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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note:
This is a threading issue with ODBC because it is being processed on the same thread.