移除不用的脚本

This commit is contained in:
Bob.Song
2026-02-26 16:08:15 +08:00
parent 06e5d9ae1a
commit be43dbbf46
4999 changed files with 5034 additions and 845474 deletions

View File

@@ -727,7 +727,7 @@
settings.MaximumConsoleEntries =
EditorGUILayout.IntSlider(
new GUIContent("Max Console Entries",
"The maximum size of the console buffer. Higher values may cause performance issues on slower devices."),
"The maximum size of the console buffer. Higher values use more memory and may cause performance issues on slower devices."),
settings.MaximumConsoleEntries, 100, 6000);
EditorGUILayout.Separator();