diff --git a/.gitignore b/.gitignore index 6944b47..0b0ab3f 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ ProjectSettings/ProjectVersion.txt Assets/Resources/BillingMode.json Assets/Resources/BillingMode.json.meta *_mapping.txt +.dbg/ diff --git a/.vscode/settings.json b/.vscode/settings.json index eb9078f..f765eef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,5 @@ { "dotnet.defaultSolution": "Kill.sln", - "dotnet.dotnetPath": "C:/Program Files/dotnet/dotnet.exe", "dotrush.roslyn.dotnetSdkDirectory": "C:/Program Files/dotnet/sdk/8.0.113", "dotrush.msbuildProperties": { "DefineConstants": "UNITY_EDITOR" diff --git a/README.md b/README.md index 857eb49..4a00603 100644 --- a/README.md +++ b/README.md @@ -131,11 +131,4 @@ Assets/ - iOS:`ITSAppUsesNonExemptEncryption` 已配置,避免每次手动答加密问卷(commit 457fee5)。 - 根目录的 `*.apk` / `*_mapping.txt` 为历史构建产物(含 Release 符号表),命名习惯如 `photonmatrix_1.0.7_0903.apk`;测试构建会带后缀如 `ota蓝牙优先`。 -- 打正式包前检查:`NetworkCtrl.enableServerBackdoor` 应为 0(场景内字段)。 - -## 已知问题与开发状态 - -- 进行中分支:`feature/ble-config-notification` —— BLE 配置变更通知 + 毫米波雷达状态支持(最新提交 320ece4)。 -- 未完成的调试记录:根目录 [debug-ble-write-block.md](debug-ble-write-block.md)。 - 真机日志出现 `UnityBluetoothLE write characteristic block` 后触发 Loom 报错, - 待验证假设:30 秒一次的硬件状态轮询(0xA1)与首次全量状态查询并发,导致 BLE 写特征阻塞。 +- 打正式包前检查:`NetworkCtrl.enableServerBackdoor` 应为 0(场景内字段)。 \ No newline at end of file