Skip to content

Commit

Permalink
fix:修复打包报错
Browse files Browse the repository at this point in the history
  • Loading branch information
wqaetly committed Jul 3, 2022
1 parent 304e333 commit 4d5bdb1
Show file tree
Hide file tree
Showing 21 changed files with 1,810 additions and 727 deletions.
2 changes: 1 addition & 1 deletion FileServer/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"urls": "http://*:8088;http://*:8080",
"DirectoryPath": "../../Unity/Bundles/"
"DirectoryPath": "../Unity/Bundles/"
}
2 changes: 1 addition & 1 deletion Unity/Assets/AssetBundleBuilderSetting.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 09788b4733bab2d4792fdd5d28e7653c, type: 3}
m_Name: AssetBundleBuilderSetting
m_EditorClassIdentifier:
BuildVersion: 1
BuildVersion: 2
BuildMode: 0
BuildTags:
CompressOption: 2
Expand Down
14 changes: 14 additions & 0 deletions Unity/Assets/Editor/ToolEditor/WebFileHelper.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using System.IO;
using UnityEditor;

namespace ET
{
public static class WebFileHelper
{
[MenuItem("Tools/ETEditor_WebFileServer")]
public static void OpenFileServer()
{
ProcessHelper.Run("dotnet", "FileServer.dll", "../FileServer/");
}
}
}
3 changes: 3 additions & 0 deletions Unity/Assets/Editor/ToolEditor/WebFileHelper.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4d5bdb1

Please sign in to comment.