Skip to content

Commit

Permalink
- Fix wrong Newtonsoft reference
Browse files Browse the repository at this point in the history
- Add LinuxEditor case in BeaconConnectorFactory
  • Loading branch information
oskar-ziller committed Jan 11, 2024
1 parent 25f481b commit 558251d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Scripts/IssueReportFormWindow.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.IO;
using Unity.Plastic.Newtonsoft.Json.Linq;
using Newtonsoft.Json.Linq;
using UnityEditor;
using UnityEngine;
using UnityEngine.Networking;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public static IBeaconConnector CreateConnector(RuntimePlatform platform, WalletE
case RuntimePlatform.WindowsPlayer:
case RuntimePlatform.WindowsEditor:
case RuntimePlatform.LinuxPlayer:
case RuntimePlatform.LinuxEditor:
case RuntimePlatform.OSXPlayer:
case RuntimePlatform.OSXEditor:
return new BeaconConnectorDotNet(eventManager);
Expand Down

0 comments on commit 558251d

Please sign in to comment.