Skip to content

Commit bd2984e

Browse files
committed
fix: missing input system reference
1 parent 43151e8 commit bd2984e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Runtime/Jahro.Console.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "Jahro.Console",
33
"rootNamespace": "",
4-
"references": [],
4+
"references": [
5+
"GUID:75469ad4d38634e559750d17036d5f7c"
6+
],
57
"includePlatforms": [],
68
"excludePlatforms": [],
79
"allowUnsafeCode": false,

Runtime/View/InputHandling/KeyboardExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using UnityEngine;
12
#if ENABLE_INPUT_SYSTEM
23
using UnityEngine.InputSystem;
34
#endif

0 commit comments

Comments
 (0)