mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update UpdateSettingEditor.cs
This commit is contained in:
@@ -73,7 +73,7 @@ namespace TEngine.Editor
|
||||
{
|
||||
|
||||
UpdateSetting updateSetting = null;
|
||||
string[] guids = AssetDatabase.FindAssets("t:ScriptGeneratorSetting");
|
||||
string[] guids = AssetDatabase.FindAssets("t:UpdateSetting");
|
||||
if (guids.Length >= 1)
|
||||
{
|
||||
string path = AssetDatabase.GUIDToAssetPath(guids[0]);
|
||||
@@ -82,7 +82,7 @@ namespace TEngine.Editor
|
||||
|
||||
if (updateSetting == null)
|
||||
{
|
||||
Log.Error("Can not find ScriptGeneratorSetting");
|
||||
Log.Error("Can not find UpdateSetting");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user