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