Skip to content

Commit

Permalink
ScriptGenerator控制台日志
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Rachel committed Oct 16, 2024
1 parent 058ac2c commit 8921048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnityProject/Assets/TEngine/Editor/UI/ScriptGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ private static void Generate(bool includeListener, bool isUniTask = false)
te.SelectAll();
te.Copy();
}
UnityEngine.Debug.Log($"脚本已生成到剪贴板,请自行Ctl+V粘贴");
}

public static void Ergodic(Transform root, Transform transform, ref StringBuilder strVar, ref StringBuilder strBind, ref StringBuilder strOnCreate,
Expand Down

0 comments on commit 8921048

Please sign in to comment.