mirror of https://github.com/tuyoogame/YooAsset
parent
ae454b72dc
commit
c156b5c0a7
|
@ -29,8 +29,7 @@ namespace YooAsset.Editor
|
|||
if (GUILayout.Button("选择补丁包", GUILayout.MaxWidth(150)))
|
||||
{
|
||||
string resultPath = EditorUtility.OpenFilePanel("Find", "Assets/", "bytes");
|
||||
if (string.IsNullOrEmpty(resultPath))
|
||||
return;
|
||||
if (!string.IsNullOrEmpty(resultPath))
|
||||
_manifestPath = resultPath;
|
||||
}
|
||||
EditorGUILayout.LabelField(_manifestPath);
|
||||
|
|
Loading…
Reference in New Issue