uimgui icon indicating copy to clipboard operation
uimgui copied to clipboard

Input System not working as expected

Open PerfectlyFineCode opened this issue 2 years ago • 0 comments

Unity version: Unity 2021.2.19f1 Input System Version: 1.3.0 UIMGUI Version: 4.1.1

Reproduction steps: Set platform type to 'Input System' and start the game.

KeyNotFoundException: Cannot find control '#(a)' as child of 'Keyboard:/Keyboard'
UnityEngine.InputSystem.InputControl.get_Item (System.String path) (at Library/PackageCache/[email protected]/InputSystem/Controls/InputControl.cs:417)
UImGui.Platform.InputSystemPlatform.SetupKeyboard (ImGuiNET.ImGuiIOPtr io, UnityEngine.InputSystem.Keyboard keyboard) (at Library/PackageCache/com.psydack.uimgui@1957436cf8/Source/Platform/InputSystemPlatform.cs:132)
UImGui.Platform.InputSystemPlatform.Initialize (ImGuiNET.ImGuiIOPtr io, UImGui.UIOConfig config, System.String platformName) (at Library/PackageCache/com.psydack.uimgui@1957436cf8/Source/Platform/InputSystemPlatform.cs:46)
UImGui.UImGui.SetPlatform (UImGui.Platform.IPlatform platform, ImGuiNET.ImGuiIOPtr io) (at Library/PackageCache/com.psydack.uimgui@1957436cf8/Source/UImGui.cs:294)
UImGui.UImGui.OnEnable () (at Library/PackageCache/com.psydack.uimgui@1957436cf8/Source/UImGui.cs:177)

PerfectlyFineCode avatar Jun 06 '22 20:06 PerfectlyFineCode