少年修仙传客户端基础资源
lwb
2021-01-14 a62fbf88e3e852d5e2d6e39e05db3d7896e34e0c
Assets/Editor/AssetBundleBrowser/AssetBundleBuildTab.cs
@@ -391,6 +391,11 @@
                EditorApplication.delayCall += MakeAssetsVersionFile;
            }
            if (GUILayout.Button("Copy to StreamingAssets"))
            {
                EditorApplication.delayCall += CopyToStreamingAssets;
            }
            EditorGUILayout.EndHorizontal();
            EditorGUILayout.Space();
@@ -509,6 +514,13 @@
            EditorGUILayout.EndScrollView();
        }
        private void CopyToStreamingAssets()
        {
            if (Directory.Exists(m_streamingPath))
                Directory.Delete(m_streamingPath, true);
            DirectoryCopy(m_UserData.m_OutputPath, m_streamingPath);
        }
        private void ExecuteBuildAll()
        {