From 6659711400d318f1da038fc1955997e7355ec4d9 Mon Sep 17 00:00:00 2001 From: Eric Sun <141227631+EricSun0218@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:12:23 +0800 Subject: [PATCH] docs(unity): mark OpenUPM package available --- README.md | 2 +- README.zh-CN.md | 2 +- engines/unity/Packages/com.opengameagent.runtime/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d8c001..7e066e2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Unity 6 projects can install the complete `0.3.0-alpha.3` package directly from https://github.com/EricSun0218/OpenGameAgent.git#upm/0.3.0-alpha.3 ``` -After the package is indexed by OpenUPM, it can also be installed with `openupm add com.opengameagent.runtime@0.3.0-alpha.3`. The generated `upm` branch contains the tested binaries; the Unity source directory on `main` is not itself a distributable package. +The same release is available through OpenUPM: `openupm add com.opengameagent.runtime@0.3.0-alpha.3`. The generated `upm` branch contains the tested binaries; the Unity source directory on `main` is not itself a distributable package. ```xml diff --git a/README.zh-CN.md b/README.zh-CN.md index 63fed00..8228c61 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -60,7 +60,7 @@ Unity 6 项目可以直接通过不可变的 GitHub UPM tag 安装完整的 `0.3 https://github.com/EricSun0218/OpenGameAgent.git#upm/0.3.0-alpha.3 ``` -OpenUPM 完成索引后,也可以执行 `openupm add com.opengameagent.runtime@0.3.0-alpha.3`。自动生成的 `upm` 分支包含经过测试的完整二进制;`main` 上的 Unity 源码目录本身不是可分发包。 +同一版本也已发布到 OpenUPM,可执行 `openupm add com.opengameagent.runtime@0.3.0-alpha.3` 安装。自动生成的 `upm` 分支包含经过测试的完整二进制;`main` 上的 Unity 源码目录本身不是可分发包。 ```xml diff --git a/engines/unity/Packages/com.opengameagent.runtime/README.md b/engines/unity/Packages/com.opengameagent.runtime/README.md index c1d6053..8339b41 100644 --- a/engines/unity/Packages/com.opengameagent.runtime/README.md +++ b/engines/unity/Packages/com.opengameagent.runtime/README.md @@ -10,7 +10,7 @@ Install the immutable GitHub UPM release from **Window > Package Manager > + > A https://github.com/EricSun0218/OpenGameAgent.git#upm/0.3.0-alpha.3 ``` -Or install from OpenUPM after the package is listed: +Or install the same release from OpenUPM: ```bash openupm add com.opengameagent.runtime@0.3.0-alpha.3