Merge branch 'master' of http://192.168.31.100:8088/framework/xosmopluginlibrary
This commit is contained in:
@@ -162,7 +162,7 @@ namespace Stary.Evo.Editor
|
|||||||
}
|
}
|
||||||
|
|
||||||
viewer.SetBuildCacheToggle();
|
viewer.SetBuildCacheToggle();
|
||||||
|
EditorUtility.SetDirty(this);
|
||||||
AssetDatabase.SaveAssets();
|
AssetDatabase.SaveAssets();
|
||||||
//BuildServerPath();
|
//BuildServerPath();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -274,6 +274,7 @@ namespace Stary.Evo.Editor
|
|||||||
}
|
}
|
||||||
|
|
||||||
AssetDatabase.Refresh();
|
AssetDatabase.Refresh();
|
||||||
|
EditorUtility.SetDirty(mainResDomain);
|
||||||
// 保存更改
|
// 保存更改
|
||||||
AssetDatabase.SaveAssets();
|
AssetDatabase.SaveAssets();
|
||||||
string serverPath = $"Z:/HybridclrConfigData/{BuildAssetDataSetting.packageName}/{EditorUserBuildSettings.activeBuildTarget}/";
|
string serverPath = $"Z:/HybridclrConfigData/{BuildAssetDataSetting.packageName}/{EditorUserBuildSettings.activeBuildTarget}/";
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ namespace Stary.Evo.Editor
|
|||||||
EditorFrameworkUtils.DeleteAllChild(domainPath, FileAttributes.Normal);
|
EditorFrameworkUtils.DeleteAllChild(domainPath, FileAttributes.Normal);
|
||||||
domainList.Clear();
|
domainList.Clear();
|
||||||
AssetDatabase.Refresh();
|
AssetDatabase.Refresh();
|
||||||
|
|
||||||
AssetDatabase.SaveAssets();
|
AssetDatabase.SaveAssets();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.main",
|
"name": "com.staryevo.main",
|
||||||
"version": "1.0.15",
|
"version": "1.0.16",
|
||||||
"displayName": "00.StaryEvo",
|
"displayName": "00.StaryEvo",
|
||||||
"description": "This is an Framework package",
|
"description": "This is an Framework package",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
@@ -116,6 +116,7 @@ namespace Stary.Evo.InformationSave
|
|||||||
scriptObjectSaveData.dic.Add(sceneNmae + gameObject.name, new List<InformationBase>(_list));
|
scriptObjectSaveData.dic.Add(sceneNmae + gameObject.name, new List<InformationBase>(_list));
|
||||||
}
|
}
|
||||||
AssetDatabase.SaveAssets();
|
AssetDatabase.SaveAssets();
|
||||||
|
EditorUtility.SetDirty(scriptObjectSaveData);
|
||||||
AssetDatabase.Refresh();
|
AssetDatabase.Refresh();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.informationsave",
|
"name": "com.staryevo.informationsave",
|
||||||
"displayName": "02.InformationSave",
|
"displayName": "02.InformationSave",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "位置配置工具",
|
"description": "位置配置工具",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
"unityRelease": "30f1",
|
"unityRelease": "30f1",
|
||||||
|
|||||||
Reference in New Issue
Block a user