Skip to content

Commit cf22b7b

Browse files
committed
Pin sample dependency to supporter versions
Currently using the latest versions of Cinemachine and Probuilder have errors when using this Samples assets. The change minimizes them showing up when the Sample is imported through the Samples view of Input System Package Manager window.
1 parent ff2ac9d commit cf22b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Samples/TouchSamples/TouchSamples.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ MonoBehaviour:
1515
url: https://github.com/Unity-Technologies/InputSystem/releases/download/%VERSION%/TouchSamples-%VERSION%.unitypackage
1616
packageDeps:
1717
- com.unity.inputsystem
18-
- com.unity.cinemachine
19-
- com.unity.probuilder
18+
- com.unity.cinemachine@2.10.3
19+
- com.unity.probuilder@5.2.3

0 commit comments

Comments
 (0)