Skip to content

Commit

Permalink
WebGL Unity update
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Dec 21, 2023
1 parent 72101f6 commit fc4edf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CavernUnity.WebGL/CavernUnity.WebGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@
<ProjectReference Include="..\CavernUnity DLL\CavernUnity DLL.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="UnityEditor">
<HintPath>..\..\..\2022.3.15f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\2022.3.12f1\Editor\Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\2022.3.15f1\Editor\Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

0 comments on commit fc4edf9

Please sign in to comment.