场景修改和editor优化
This commit is contained in:
@@ -5962,7 +5962,6 @@ MonoBehaviour:
|
||||
- {fileID: 1981898190}
|
||||
- {fileID: 1670690207}
|
||||
- {fileID: 38682127}
|
||||
_interactPromptWidget: {fileID: 0}
|
||||
_onHPChanged: {fileID: 11400000, guid: b5a2264ba6cf6544ebc53a67b5074d89, type: 2}
|
||||
_onMaxHPChanged: {fileID: 11400000, guid: 34f14924fad74884aac7b2bd6fbad649, type: 2}
|
||||
_onSoulPowerChanged: {fileID: 11400000, guid: 3694bb359f4ba5f40a6cba067478578c, type: 2}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user