场景修改和editor优化

This commit is contained in:
2026-07-23 15:54:38 +08:00
parent 859d4e9bd6
commit 02150836b0
3 changed files with 981 additions and 5 deletions
@@ -72,7 +72,7 @@ namespace BaseGames.Editor
// 一键打印完整调试报告到 Console(可复制粘贴给 AI 诊断)
var prevBg = GUI.backgroundColor;
GUI.backgroundColor = new Color(0.5f, 0.8f, 1f);
if (GUILayout.Button("📋 打印调试信息(复制给 AI 诊断)", GUILayout.Height(26f)))
if (GUILayout.Button("📋 打印调试信息", GUILayout.Height(26f)))
{
var loco = (EnemyLocomotion)target;
Debug.Log(BuildReport(loco), loco);