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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This is a threading issue with ODBC because it is being processed on the same thread.