Skip to content

Commit

Permalink
1.升级MemoryPack到1.10.0,nuget的MemoryPack也到1.10.0
Browse files Browse the repository at this point in the history
2.切换CodeMode,自动RegenerateCSProject
  • Loading branch information
egametang committed Nov 14, 2023
1 parent a4fe2ff commit 3cc5ad2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DotNet/ThirdParty/DotNet.ThirdParty.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="EPPlus" Version="5.8.8" />

<PackageReference Include="MemoryPack" Version="1.9.13" />
<PackageReference Include="MemoryPack" Version="1.10.0" />
<PackageReference Include="MongoDB.Driver" Version="2.17.1" />
<PackageReference Include="NLog" Version="4.7.15" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
Expand Down
2 changes: 2 additions & 0 deletions Unity/Assets/Scripts/Editor/BuildEditor/BuildEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ private void OnGUI()
this.globalConfig.CodeMode = codeMode;
EditorUtility.SetDirty(this.globalConfig);
AssetDatabase.SaveAssets();

BuildHelper.ReGenerateProjectFiles();
}

EPlayMode ePlayMode = (EPlayMode)EditorGUILayout.EnumPopup("EPlayMode: ", this.globalConfig.EPlayMode);
Expand Down
2 changes: 1 addition & 1 deletion Unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "9aa51ce1e8da24e27053bf2448c127c4263c2096"
"hash": "2554e81f0315ddf835026940ccc4ba8175edfda3"
},
"com.gwiazdorrr.betterstreamingassets": {
"version": "file:betterstreamingassets",
Expand Down

0 comments on commit 3cc5ad2

Please sign in to comment.