From d498bff8a113310b447e28509d692130b77b7333 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 4 Feb 2021 12:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B41.0=E7=9A=84upm=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a74b860..5ff1129a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ XCharts的图表由组件和数据组成。不同的组件和数据可以组合 * 通过下载源码或`unitypackage`包导入到你的项目中。如果你是`2018.3`及以上版本,建议通过`Package Manager`的`Git`来导入包: 1. 打开`Packages`目录下的`manifest.json`文件,在`dependencies`下加入: ``` json - "com.monitor1394.xcharts": "https://github.com/monitor1394/unity-ugui-XCharts.git#package", + "com.monitor1394.xcharts": "https://github.com/monitor1394/unity-ugui-XCharts.git#1.0-upm", ``` 2. 回到`Unity`,可能会花3到5分钟进行下载和编译,成功后就可以开始使用`XCharts`了。 3. 如果要删除`XCharts`,删除掉1步骤所加的内容即可。