From aa6205cb8518a35b9141ba8ea0f3eafc8431ee4f Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Sat, 14 Aug 2021 12:08:00 +0200 Subject: [PATCH] Remove UnityExplorer dependency --- TwoForksVR/TwoForksVR.csproj | 5 ----- TwoForksVR/TwoForksVRMod.cs | 2 -- 2 files changed, 7 deletions(-) diff --git a/TwoForksVR/TwoForksVR.csproj b/TwoForksVR/TwoForksVR.csproj index f8bc2d16..a7402d11 100644 --- a/TwoForksVR/TwoForksVR.csproj +++ b/TwoForksVR/TwoForksVR.csproj @@ -62,10 +62,6 @@ False ..\..\..\..\..\Program Files (x86)\GOG Galaxy\Games\Firewatch\Firewatch_Data\Managed\UnityEngine.UI.dll - - False - ..\..\..\..\..\Program Files (x86)\GOG Galaxy\Games\Firewatch\Firewatch_Data\Managed\UnityExplorer.STANDALONE.Mono.dll - False SteamVR\SteamVR\Input\Plugins\JSON.NET\Valve.Newtonsoft.Json.dll @@ -74,7 +70,6 @@ - diff --git a/TwoForksVR/TwoForksVRMod.cs b/TwoForksVR/TwoForksVRMod.cs index 77aee5c6..9d4ea81a 100644 --- a/TwoForksVR/TwoForksVRMod.cs +++ b/TwoForksVR/TwoForksVRMod.cs @@ -3,7 +3,6 @@ using HarmonyLib; using TwoForksVR.Assets; using UnityEngine; -using UnityExplorer; namespace TwoForksVR { @@ -12,7 +11,6 @@ public class TwoForksVRMod : BaseUnityPlugin { private void Awake() { - ExplorerStandalone.CreateInstance(); Application.logMessageReceived += OnUnityLog; Harmony.CreateAndPatchAll(Assembly.GetExecutingAssembly()); VRAssetLoader.LoadAssets();