Skip to content

Commit

Permalink
Remove UnityExplorer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Aug 14, 2021
1 parent c931df0 commit aa6205c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions TwoForksVR/TwoForksVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Program Files (x86)\GOG Galaxy\Games\Firewatch\Firewatch_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityExplorer.STANDALONE.Mono, Version=4.2.0.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Program Files (x86)\GOG Galaxy\Games\Firewatch\Firewatch_Data\Managed\UnityExplorer.STANDALONE.Mono.dll</HintPath>
</Reference>
<Reference Include="Valve.Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>SteamVR\SteamVR\Input\Plugins\JSON.NET\Valve.Newtonsoft.Json.dll</HintPath>
Expand All @@ -74,7 +70,6 @@
<ItemGroup>
<Compile Include="Assets\VRAssetLoader.cs" />
<Compile Include="Debug\GeneralDebugger.cs" />
<Compile Include="Debug\Patches\DebugPatches.cs" />
<Compile Include="Helpers\LateUpdateFollow.cs" />
<Compile Include="Helpers\LayerFromName.cs" />
<Compile Include="Helpers\ModLogger.cs" />
Expand Down
2 changes: 0 additions & 2 deletions TwoForksVR/TwoForksVRMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using HarmonyLib;
using TwoForksVR.Assets;
using UnityEngine;
using UnityExplorer;

namespace TwoForksVR
{
Expand All @@ -12,7 +11,6 @@ public class TwoForksVRMod : BaseUnityPlugin
{
private void Awake()
{
ExplorerStandalone.CreateInstance();
Application.logMessageReceived += OnUnityLog;
Harmony.CreateAndPatchAll(Assembly.GetExecutingAssembly());
VRAssetLoader.LoadAssets();
Expand Down

0 comments on commit aa6205c

Please sign in to comment.