Skip to content

Commit b2e5010

Browse files
committed
ver 1.2.1
1 parent ded9654 commit b2e5010

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed

ValheimVRM/MainPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class MainPlugin : BaseUnityPlugin
1010
{
1111
public const string PluginGuid = "com.yoship1639.plugins.valheimvrm";
1212
public const string PluginName = "ValheimVRM";
13-
public const string PluginVersion = "1.2.0.0";
13+
public const string PluginVersion = "1.2.1.0";
1414

1515
void Awake()
1616
{

ValheimVRM/ValheimVRM.csproj

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<TargetFramework>net462</TargetFramework>
6-
<Version>1.2.0.0</Version>
7-
<AssemblyVersion>1.2.0.0</AssemblyVersion>
6+
<Version>1.2.1.0</Version>
7+
<AssemblyVersion>1.2.1.0</AssemblyVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>
@@ -15,25 +15,25 @@
1515
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\assembly_valheim.dll</HintPath>
1616
</Reference>
1717
<Reference Include="BepInEx">
18-
<HintPath>D:\Steam\steamapps\common\Valheim\BepInEx\core\BepInEx.dll</HintPath>
18+
<HintPath>..\..\..\Downloads\BepInEx-BepInExPack-5.4.2100\BepInExPack\BepInEx\core\BepInEx.dll</HintPath>
1919
</Reference>
2020
<Reference Include="FastSpringBone">
21-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\FastSpringBone.dll</HintPath>
21+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\FastSpringBone.dll</HintPath>
2222
</Reference>
2323
<Reference Include="FastSpringBone10">
24-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\FastSpringBone10.dll</HintPath>
24+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\FastSpringBone10.dll</HintPath>
2525
</Reference>
2626
<Reference Include="MToon">
27-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\MToon.dll</HintPath>
27+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\MToon.dll</HintPath>
2828
</Reference>
2929
<Reference Include="UniGLTF">
30-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\UniGLTF.dll</HintPath>
30+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\UniGLTF.dll</HintPath>
3131
</Reference>
32-
<Reference Include="UniGLTF.Samples.ScreenSpace">
33-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\UniGLTF.Samples.ScreenSpace.dll</HintPath>
32+
<Reference Include="UniGLTF.Utils">
33+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\UniGLTF.Utils.dll</HintPath>
3434
</Reference>
3535
<Reference Include="UniHumanoid">
36-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\UniHumanoid.dll</HintPath>
36+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\UniHumanoid.dll</HintPath>
3737
</Reference>
3838
<Reference Include="UnityEngine">
3939
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\UnityEngine.dll</HintPath>
@@ -48,28 +48,28 @@
4848
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
4949
</Reference>
5050
<Reference Include="VRM">
51-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\VRM.dll</HintPath>
51+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\VRM.dll</HintPath>
5252
</Reference>
5353
<Reference Include="VRM10">
54-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\VRM10.dll</HintPath>
54+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\VRM10.dll</HintPath>
5555
</Reference>
5656
<Reference Include="VrmLib">
57-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\VrmLib.dll</HintPath>
57+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\VrmLib.dll</HintPath>
5858
</Reference>
5959
<Reference Include="VRMShaders.GLTF.IO.Runtime">
60-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\VRMShaders.GLTF.IO.Runtime.dll</HintPath>
60+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\VRMShaders.GLTF.IO.Runtime.dll</HintPath>
6161
</Reference>
6262
<Reference Include="VRMShaders.GLTF.UniUnlit.Runtime">
63-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\VRMShaders.GLTF.UniUnlit.Runtime.dll</HintPath>
63+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\VRMShaders.GLTF.UniUnlit.Runtime.dll</HintPath>
6464
</Reference>
6565
<Reference Include="VRMShaders.VRM.IO.Runtime">
66-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\VRMShaders.VRM.IO.Runtime.dll</HintPath>
66+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\VRMShaders.VRM.IO.Runtime.dll</HintPath>
6767
</Reference>
6868
<Reference Include="VRMShaders.VRM10.Format.Runtime">
69-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\VRMShaders.VRM10.Format.Runtime.dll</HintPath>
69+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\VRMShaders.VRM10.Format.Runtime.dll</HintPath>
7070
</Reference>
7171
<Reference Include="VRMShaders.VRM10.MToon10.Runtime">
72-
<HintPath>D:\Steam\steamapps\common\Valheim\valheim_Data\Managed\VRMShaders.VRM10.MToon10.Runtime.dll</HintPath>
72+
<HintPath>F:\Documents\Unity_2022_3_9\Build\Unity_2022_3_9_Data\Managed\VRMShaders.VRM10.MToon10.Runtime.dll</HintPath>
7373
</Reference>
7474

7575
</ItemGroup>

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ <h3 class="title is-3">
231231
<h3 class="title is-3">
232232
更新履歴
233233
</h3>
234+
<label class="label">ver 1.2.1</label>
235+
<ul>
236+
<li>Patch 0.217.29以降にValheimVRMが機能しなくなった問題を修正</li>
237+
</ul>
234238
<label class="label">ver 1.2.0</label>
235239
<ul>
236240
<li>Patch 0.209.8以降にValheimVRMが機能しなくなった問題を修正</li>

0 commit comments

Comments
 (0)