ClientSim icon indicating copy to clipboard operation
ClientSim copied to clipboard

Input.GetKey() does not work with VRCSDK3.6.1

Open mimyquality opened this issue 1 year ago • 4 comments

After updating the VRCSDK for my world project to 3.6.1, Input.GetKey() in my U# script does not work. Udon Input Event ( https://creators.vrchat.com/worlds/udon/input-events ) in the same script continues to work.

If I lower the VRCSDK to 3.6.0 or earlier, or do a test build, I can get keyboard press information from Input.GetKey() as expected.

mimyquality avatar May 30 '24 15:05 mimyquality