You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packages/com.unity.inputsystem/InputSystem/Editor/DownloadableSample.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public override void OnInspectorGUI()
63
63
else
64
64
{
65
65
if(!sample.packageDeps.All(x =>HasPackage(x)))
66
-
EditorGUILayout.HelpBox($"The {target.name} sample requires the following packages to be installed in your project.",MessageType.Warning);
66
+
EditorGUILayout.HelpBox($"The {target.name} sample requires the following packages to be installed in your Project. Please install all the required packages before downloading the sample!",MessageType.Warning);
67
67
}
68
68
69
69
@@ -90,7 +90,7 @@ public override void OnInspectorGUI()
0 commit comments