Skip to content

Commit

Permalink
Unity 2023 support
Browse files Browse the repository at this point in the history
  • Loading branch information
miwarnec committed Jan 15, 2025
1 parent 387aec3 commit d0e39a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Assets/Mirror/Hosting/Edgegap/Editor/EdgegapWindowV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
using UnityEngine;
using UnityEngine.UIElements;
using Application = UnityEngine.Application;
using HttpUtility = Edgegap.Codice.Utils.HttpUtility; // MIRROR CHANGE for Unity 2023 support
#if !EDGEGAP_PLUGIN_SERVERS
using UnityEditor.Build;
#endif
Expand Down Expand Up @@ -2468,4 +2469,4 @@ public static string Base64Decode(string base64EncodedText)
}

#endif
#endif
#endif

0 comments on commit d0e39a3

Please sign in to comment.