[修改]1. 修改包名

This commit is contained in:
Blank 2024-06-18 00:36:11 +08:00
parent 0ad23809e5
commit faf68df7d1
2 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@ GameFrameX 的 GlobalConfig 全局配置组件
1. 直接在 `manifest.json` 的文件中的 `dependencies` 节点下添加以下内容
```json
{"com.alianblank.gameframex.unity.globalconfig": "https://github.com/AlianBlank/com.alianblank.gameframex.unity.globalconfig.git"}
{"com.gameframex.unity.globalconfig": "https://github.com/AlianBlank/com.gameframex.unity.globalconfig.git"}
```
2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为https://github.com/AlianBlank/com.alianblank.gameframex.unity.globalconfig.git
2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为https://github.com/AlianBlank/com.gameframex.unity.globalconfig.git
3. 直接下载仓库放置到Unity 项目的`Packages` 目录下。会自动加载识别

View File

@ -1,5 +1,5 @@
{
"name": "com.alianblank.gameframex.unity.globalconfig",
"name": "com.gameframex.unity.globalconfig",
"displayName": "Game Frame X Global Config",
"category": "Game Framework X",
"description": "Game Frame X Global Config Component",
@ -9,8 +9,8 @@
"Game Framework X"
],
"repository": {
"name": "com.alianblank.gameframex.unity.globalconfig",
"url": "https://github.com/AlianBlank/com.alianblank.gameframex.unity.globalconfig.git",
"name": "com.gameframex.unity.globalconfig",
"url": "https://github.com/AlianBlank/com.gameframex.unity.globalconfig.git",
"type": "git"
},
"author": {