feat: add editor ad placement diagnostics

This commit is contained in:
2026-06-17 18:21:24 +08:00
parent ab4df03199
commit 69330ca3bb
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
# [1.0.16]
### 新增
* `ADManager` 在 Unity Editor 模拟广告播放和进入广告场景时,会调用可选的 `IAdEditorDiagnostics` 诊断接口,便于渠道实现输出当前场景实际使用的广告位。
# [1.0.15]
### 调整