Skip to content

Commit a2795f8

Browse files
committed
Updated asmdef to match Unity version containing relevant functionality
1 parent 34d68d2 commit a2795f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Tests/InputSystem/Unity.InputSystem.Tests.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"name": "Unity",
71-
"expression": "6000.3.0a3",
71+
"expression": "6000.3.0a5",
7272
"define": "UNITY_INPUT_SYSTEM_PLATFORM_POLLING_FREQUENCY"
7373
}
7474
],

Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"name": "Unity",
117-
"expression": "6000.3.0a3",
117+
"expression": "6000.3.0a5",
118118
"define": "UNITY_INPUT_SYSTEM_PLATFORM_POLLING_FREQUENCY"
119119
}
120120
],

0 commit comments

Comments
 (0)