fix(tutorial): declare JsonUtility module
Publish UPM package / publish (push) Successful in 3s

This commit is contained in:
2026-08-26 11:03:32 +08:00
parent b2ce5637a0
commit fbba140fd6
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.1.1
- 声明 `JsonUtility` 所需的 Unity JSON Serialize 模块,使包可在最小消费者项目中独立解析与编译。
## Unreleased
- 修复 `ClickTarget` 对 UI 目标过早在按下阶段完成的问题,改为等待指针释放并确认 EventSystem 射线真实命中目标后再过步。