diff --git a/UnityProject/Assets/TEngine/Runtime/TEngine.Runtime.asmdef b/UnityProject/Assets/TEngine/Runtime/TEngine.Runtime.asmdef index 6ddfafe5..1bd0af30 100644 --- a/UnityProject/Assets/TEngine/Runtime/TEngine.Runtime.asmdef +++ b/UnityProject/Assets/TEngine/Runtime/TEngine.Runtime.asmdef @@ -17,6 +17,12 @@ "precompiledReferences": [], "autoReferenced": true, "defineConstraints": [], - "versionDefines": [], + "versionDefines": [ + { + "name": "com.unity.inputsystem", + "expression": "", + "define": "ENABLE_INPUT_SYSTEM" + } + ], "noEngineReferences": false } \ No newline at end of file