Skip to content

Commit 2a9d7ad

Browse files
author
FluffyFishGames
committed
Updated for 2.0.7
1 parent d3b4796 commit 2a9d7ad

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

Assembly-CSharp-firstpass.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,9 @@
10191019
<Reference Include="Unity.Timeline.Editor">
10201020
<HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath>
10211021
</Reference>
1022+
<Reference Include="Unity.Toolchain.Win-x86_64-Linux-x86_64">
1023+
<HintPath>Library\ScriptAssemblies\Unity.Toolchain.Win-x86_64-Linux-x86_64.dll</HintPath>
1024+
</Reference>
10221025
<Reference Include="Unity.VSCode.Editor">
10231026
<HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath>
10241027
</Reference>
@@ -1037,24 +1040,21 @@
10371040
<Reference Include="Unity.2D.Sprite.Editor">
10381041
<HintPath>Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll</HintPath>
10391042
</Reference>
1043+
<Reference Include="Unity.Sysroot.Linux_x86_64">
1044+
<HintPath>Library\ScriptAssemblies\Unity.Sysroot.Linux_x86_64.dll</HintPath>
1045+
</Reference>
10401046
<Reference Include="Unity.VisualStudio.Editor">
10411047
<HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath>
10421048
</Reference>
1049+
<Reference Include="Unity.SysrootPackage.Editor">
1050+
<HintPath>Library\ScriptAssemblies\Unity.SysrootPackage.Editor.dll</HintPath>
1051+
</Reference>
10431052
<Reference Include="Unity.TextMeshPro">
10441053
<HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath>
10451054
</Reference>
10461055
<Reference Include="UnityEditor.UI">
10471056
<HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
10481057
</Reference>
1049-
<Reference Include="Unity.Toolchain.Win-x86_64-Linux-x86_64">
1050-
<HintPath>Library\ScriptAssemblies\Unity.Toolchain.Win-x86_64-Linux-x86_64.dll</HintPath>
1051-
</Reference>
1052-
<Reference Include="Unity.Sysroot.Linux_x86_64">
1053-
<HintPath>Library\ScriptAssemblies\Unity.Sysroot.Linux_x86_64.dll</HintPath>
1054-
</Reference>
1055-
<Reference Include="Unity.SysrootPackage.Editor">
1056-
<HintPath>Library\ScriptAssemblies\Unity.SysrootPackage.Editor.dll</HintPath>
1057-
</Reference>
10581058
</ItemGroup>
10591059
<ItemGroup>
10601060
<ProjectReference Include="Coffee.SoftMaskForUGUI.csproj">

Assembly-CSharp.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,9 @@
753753
<Reference Include="Unity.Timeline.Editor">
754754
<HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath>
755755
</Reference>
756+
<Reference Include="Unity.Toolchain.Win-x86_64-Linux-x86_64">
757+
<HintPath>Library\ScriptAssemblies\Unity.Toolchain.Win-x86_64-Linux-x86_64.dll</HintPath>
758+
</Reference>
756759
<Reference Include="Unity.VSCode.Editor">
757760
<HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath>
758761
</Reference>
@@ -771,24 +774,21 @@
771774
<Reference Include="Unity.2D.Sprite.Editor">
772775
<HintPath>Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll</HintPath>
773776
</Reference>
777+
<Reference Include="Unity.Sysroot.Linux_x86_64">
778+
<HintPath>Library\ScriptAssemblies\Unity.Sysroot.Linux_x86_64.dll</HintPath>
779+
</Reference>
774780
<Reference Include="Unity.VisualStudio.Editor">
775781
<HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath>
776782
</Reference>
783+
<Reference Include="Unity.SysrootPackage.Editor">
784+
<HintPath>Library\ScriptAssemblies\Unity.SysrootPackage.Editor.dll</HintPath>
785+
</Reference>
777786
<Reference Include="Unity.TextMeshPro">
778787
<HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath>
779788
</Reference>
780789
<Reference Include="UnityEditor.UI">
781790
<HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
782791
</Reference>
783-
<Reference Include="Unity.Toolchain.Win-x86_64-Linux-x86_64">
784-
<HintPath>Library\ScriptAssemblies\Unity.Toolchain.Win-x86_64-Linux-x86_64.dll</HintPath>
785-
</Reference>
786-
<Reference Include="Unity.Sysroot.Linux_x86_64">
787-
<HintPath>Library\ScriptAssemblies\Unity.Sysroot.Linux_x86_64.dll</HintPath>
788-
</Reference>
789-
<Reference Include="Unity.SysrootPackage.Editor">
790-
<HintPath>Library\ScriptAssemblies\Unity.SysrootPackage.Editor.dll</HintPath>
791-
</Reference>
792792
</ItemGroup>
793793
<ItemGroup>
794794
<ProjectReference Include="Assembly-CSharp-firstpass.csproj">

Assets/Plugins/Savegame/SavegameInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public class SavegameInfo
3636
new Header(0x80009, 0x80085, 2, 0, 2, 25, "2.0.3", 11),
3737
new Header(0x80009, 0x80085, 2, 0, 2, 26, "2.0.4", 11),
3838
new Header(0x80009, 0x80085, 2, 0, 2, 27, "2.0.5", 11),
39-
new Header(0x80009, 0x80085, 2, 0, 2, 28, "2.0.6", 11)
39+
new Header(0x80009, 0x80085, 2, 0, 2, 28, "2.0.6", 11),
40+
new Header(0x80009, 0x80085, 2, 0, 2, 29, "2.0.7", 11)
4041
};
4142

4243
private static List<Info> Infos = new List<Info>()

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ PlayerSettings:
130130
16:10: 0
131131
16:9: 1
132132
Others: 0
133-
bundleVersion: 0.9.6
133+
bundleVersion: 0.9.7
134134
preloadedAssets: []
135135
metroInputSource: 0
136136
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)