Skip to content

Commit 44f193b

Browse files
committed
make fix available for 2020.2 and newer
1 parent 6d7cf65 commit 44f193b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPackageControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if UNITY_EDITOR
1+
#if UNITY_EDITOR && UNITY_2020_2_OR_NEWER
22
using System;
33
using System.Collections.ObjectModel;
44
using UnityEditor;

0 commit comments

Comments
 (0)