Skip to content

Commit

Permalink
fix missing using
Browse files Browse the repository at this point in the history
fix missing using in versions older than unity 2021
  • Loading branch information
EP-Toushirou committed Aug 9, 2022
1 parent f5f45ca commit b6f5dfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assets/Scripts/Editor/PackagesWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
using UnityEditor;
using UnityEditor.SceneManagement;
using System.Collections.Generic;
#if UNITY_2018_3_OR_NEWER
using UnityEditor.Experimental.SceneManagement;
#endif

namespace FairyGUIEditor
{
Expand Down

0 comments on commit b6f5dfa

Please sign in to comment.