Skip to content

Commit de2e1ad

Browse files
committed
发布2025.2.1402来修复Fantasy.Unity因为使用了团结改了.meta导致国际版无法使用的问题
1 parent 6a12f6a commit de2e1ad

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

‎Docs/00-GettingStarted/02-QuickStart-Unity.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ OpenUPM 是 Unity 包管理器的第三方注册表服务,可以轻松管理和
6262
- 点击左上角的 `+` 按钮
6363
- 选择 `Add package by name...``Add package from git URL...`
6464
- 在 **Name** 字段输入: `com.fantasy.unity`
65-
- 在 **Version** 字段输入版本号 (例如 `2025.2.1401`)
65+
- 在 **Version** 字段输入版本号 (例如 `2025.2.1402`)
6666
- 💡 **提示**: 可以指定特定版本号,也可以留空使用最新版本
6767
- ✅ **建议**: 使用最新版本以获得最新功能和 Bug 修复
6868
- 点击 `Add` 按钮
@@ -102,13 +102,13 @@ OpenUPM 是 Unity 包管理器的第三方注册表服务,可以轻松管理和
102102
}
103103
],
104104
"dependencies": {
105-
"com.fantasy.unity": "2025.2.1401"
105+
"com.fantasy.unity": "2025.2.1402"
106106
}
107107
}
108108
```
109109

110110
**版本说明:**
111-
- 💡 可以指定特定版本号 (例如 `"2025.2.1401"`)
111+
- 💡 可以指定特定版本号 (例如 `"2025.2.1402"`)
112112
-**建议使用最新版本** - 删除版本号让 Unity 自动获取最新版,或访问 [OpenUPM](https://openupm.com/packages/com.fantasy.unity/) 查看最新版本号
113113

114114
**完整示例:**
@@ -138,12 +138,12 @@ OpenUPM 是 Unity 包管理器的第三方注册表服务,可以轻松管理和
138138
"dependencies": {
139139
"com.unity.collab-proxy": "2.0.0",
140140
"com.unity.ide.rider": "3.0.18",
141-
"com.fantasy.unity": "2025.2.1401" // 可以指定版本号,或删除引号中的版本号使用最新版
141+
"com.fantasy.unity": "2025.2.1402" // 可以指定版本号,或删除引号中的版本号使用最新版
142142
}
143143
}
144144
```
145145

146-
> 💡 **版本号提示**: `"2025.2.1401"` 可以改为其他版本号,或删除版本号部分改为 `"com.fantasy.unity": ""` 让 Unity 自动使用最新版
146+
> 💡 **版本号提示**: `"2025.2.1402"` 可以改为其他版本号,或删除版本号部分改为 `"com.fantasy.unity": ""` 让 Unity 自动使用最新版
147147
148148
3. **保存并返回 Unity**
149149
- 保存 `manifest.json` 文件

‎Fantasy.Packages/Fantasy.Cil/Fantasy.Cli.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackAsTool>true</PackAsTool>
1212
<ToolCommandName>fantasy</ToolCommandName>
1313
<PackageId>Fantasy.Cli</PackageId>
14-
<Version>2025.2.1401</Version>
14+
<Version>2025.2.1402</Version>
1515
<Authors>Fantasy Framework</Authors>
1616
<Authors>qq362946</Authors>
1717
<owners>qq362946</owners>
6.15 KB
Binary file not shown.
151 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

‎Fantasy.Packages/Fantasy.Unity/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.fantasy.unity",
3-
"version": "2025.2.1401",
3+
"version": "2025.2.1402",
44
"displayName": "Fantasy.Unity",
55
"description": "Fantasy is a cross platform distributed server framework.",
66
"category": "Network Framework",
Binary file not shown.

0 commit comments

Comments
 (0)