From 48738b31bc054ec60251348b81960ef4a54475dc Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 4 Feb 2021 12:53:32 +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 bce25b1d..f7d1293f 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The following is the relationship structure of LineChart: * Download the source code or `unitypackage` to import into your project. If `Unity` version are `2018.3` or above, it is recommended to import packages through `Package Manager`: 1. Open the `manifest.json` file under `Packages` directory and add under `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. Going back to `Unity`, it may take 3 to 5 minutes to download. 3. If you want to delete `XCharts`, just delete the content added in step 1.