File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Assets/GameFramework/Editor/AssetBundleEditor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace GameFramework.Taurus
14
14
{
15
15
public class AssetBundleEditor : EditorWindow
16
16
{
17
- [ MenuItem ( "Tools/VrCoreSystem /AssetBundle Editor %#O" ) ]
17
+ [ MenuItem ( "Tools/Taurus /AssetBundle Editor %#O" ) ]
18
18
private static void OpenAssetBundleWindow ( )
19
19
{
20
20
AssetBundleEditor ABEditor = GetWindow < AssetBundleEditor > ( "AssetBundles" ) ;
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ public static void OpenFolder(string path)
281
281
/// <summary>
282
282
/// 打包资源
283
283
/// </summary>
284
- [ MenuItem ( "Tools/VrCoreSystem /Build AssetBundles %#T" ) ]
284
+ [ MenuItem ( "Tools/Taurus /Build AssetBundles %#T" ) ]
285
285
public static void BuildAssetBundles ( )
286
286
{
287
287
string buildPath = EditorPrefs . GetString ( Application . productName + "_BuildPath" , "" ) ;
You can’t perform that action at this time.
0 commit comments