移除不用的脚本

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

@@ -1,5 +1,5 @@
=====================
SRDebugger - (C) Stompy Robot LTD 2021
SRDebugger - (C) Stompy Robot LTD 2026
=====================
Visit https://www.stompyrobot.uk/tools/srdebugger/documentation for more detailed documentation.
@@ -10,8 +10,6 @@ Open StompyRobot/SRDebugger/Scenes/Sample.unity for a simple example scene.
## Setup
### Unity 2019 / 2020 / 2021 / 2022
No setup is required. SRDebugger will automatically load at runtime unless disabled in settings.
By default, the trigger to open the debug panel is attached to the top-left of the game view. Triple-tap there to open the panel. (This can be changed in the settings)
@@ -38,6 +36,35 @@ For documentation on other features, including the options tab, bug reporter, pr
# Change Log
1.13.0
----------
** Minimum supported version is now 2022.3.62 **
Thank you for using SRDebugger these past ten years!
This update rolls up various features and bug fixes provided to users via email/forums, and fixes obsolete API usages.
New:
- Bug reporter now links to a privacy policy.
- Can now add custom attributes to an option created via OptionDefinition.Create<T> (e.g. to customise category, number range).
API changes:
- IBugReportHandler now has IBugReporterHandler.PrivacyPolicyMessage and IBugReporterHandler.PrivacyPolicyUrl properties.
- Console text filter can now be modified via SRDebug.Instance.ConsoleFilter.TextFilter.
Fixes:
- Removed usages of obsolete Unity APIs.
- Cancelling an exit via Application.wantsToExit no longer breaks the debug panel.
- Dragging to change option values is now more reliable.
- Always use https to talk to bug report service so "insecure http connections in editor" setting is not required.
- Improved reliability of SRDebugger when using "Enter Play Mode Settings".
- Fixed an exception that occurred when adding system info to one of the existing categories via the API.
- Improve performance when adding many options on the same frame.
- Options in the editor window (Window -> SRDebugger -> SROptions Window) are now sorted the same as the options in the in-game debug panel.
- Fixed compile error on iOS (1.13.1)
1.12.1
----------