Skip to content

Commit

Permalink
fix: path query parameter is supported in Unity 2019.3.4 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Aug 11, 2020
1 parent 9559ba4 commit 70b169f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public InstallPackageWindow()
repoUrlText.OnValueChanged ((evt) => onChange_RepoUrl(evt.newValue));
#endif

#if UNITY_2020_1_OR_NEWER
#if UNITY_2019_3_OR_NEWER
subDirText.RegisterValueChangedCallback ((evt) => onChange_RepoUrl (repoUrlText.value));
UIUtils.SetElementDisplay(root.Q("subDirContainer"), true);
#else
Expand Down

0 comments on commit 70b169f

Please sign in to comment.