Skip to content

Commit

Permalink
fix: fixing using in welcomeWindow for unity2021
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Aug 31, 2024
1 parent f3eae96 commit c056f9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/Mirage/Editor/WelcomeWindow/WelcomeWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
using UnityEditor.PackageManager.Requests;
using UnityEngine;
using UnityEngine.UIElements;
#if UNITY_2021_3_OR_NEWER
using System.Linq;
using PackageInfo = UnityEditor.PackageManager.PackageInfo;
#endif

/**
* Docs used:
Expand Down

0 comments on commit c056f9e

Please sign in to comment.