This commit is contained in:
@@ -28,10 +28,10 @@ namespace ShrinkContext.AppAdapter.Editor
|
||||
private ShrinkContextBenchmarkReport? _benchmarkReport;
|
||||
private string? _benchmarkError;
|
||||
|
||||
[MenuItem("ShrinkSDK/Cordis/诊断与组合")]
|
||||
[MenuItem("ShrinkSDK/上下文/诊断与组合")]
|
||||
public static void ShowWindow()
|
||||
{
|
||||
var window = GetWindow<ShrinkContextDiagnosticsWindow>("Cordis Diagnostics");
|
||||
var window = GetWindow<ShrinkContextDiagnosticsWindow>("Context 诊断与组合");
|
||||
window.minSize = new Vector2(720f, 520f);
|
||||
}
|
||||
|
||||
@@ -167,7 +167,7 @@ namespace ShrinkContext.AppAdapter.Editor
|
||||
if (_profile == null)
|
||||
{
|
||||
EditorGUILayout.HelpBox(
|
||||
"未选择 Composition Profile。可通过 Assets/Create/ShrinkSDK/Cordis/Composition Profile 创建。",
|
||||
"未选择组合配置。可通过 Assets/Create/ShrinkSDK/上下文/组合配置创建。",
|
||||
MessageType.Info);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user