Skip to content

Commit

Permalink
fix: The namespace name 'Internal' does not exist in the namespace 'U…
Browse files Browse the repository at this point in the history
…nityEditor.PackageManager.UI'
  • Loading branch information
mob-sakai committed May 17, 2022
1 parent b8dc35a commit a16dc0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Editor/Coffee.UpmGitExtension/UpmGitExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
using UnityEditor.PackageManager.UI;
using PackageInfo = UnityEditor.PackageManager.PackageInfo;
using UnityEngine.UIElements;
#if UNITY_2021_1_OR_NEWER
using UnityEditor.PackageManager.UI.Internal;
#endif

[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("Unity.InternalAPIEngineBridgeDev.001")]

Expand Down

0 comments on commit a16dc0f

Please sign in to comment.