This repository was archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
Input System not working as expected #30
Copy link
Copy link
Open
Description
Unity version: Unity 2021.2.19f1
Input System Version: 1.3.0
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/com.unity.inputsystem@1.3.0/InputSystem/Controls/InputControl.cs:417)
ImGuiNET.Unity.ImGuiPlatformInputSystem.SetupKeyboard (ImGuiNET.ImGuiIOPtr io, UnityEngine.InputSystem.Keyboard kb) (at Library/PackageCache/com.realgames.dear-imgui@561339c07f/ImGuiNET.Unity/Platform/ImGuiPlatformInputSystem.cs:114)
ImGuiNET.Unity.ImGuiPlatformInputSystem.Initialize (ImGuiNET.ImGuiIOPtr io) (at Library/PackageCache/com.realgames.dear-imgui@561339c07f/ImGuiNET.Unity/Platform/ImGuiPlatformInputSystem.cs:68)
ImGuiNET.Unity.DearImGui.SetPlatform (ImGuiNET.Unity.IImGuiPlatform platform, ImGuiNET.ImGuiIOPtr io) (at Library/PackageCache/com.realgames.dear-imgui@561339c07f/ImGuiNET.Unity/DearImGui.cs:172)
ImGuiNET.Unity.DearImGui.OnEnable () (at Library/PackageCache/com.realgames.dear-imgui@561339c07f/ImGuiNET.Unity/DearImGui.cs:77)
Metadata
Metadata
Assignees
Labels
No labels