From 535422882d937d52e6a122e31cb8994d7f79f1b2 Mon Sep 17 00:00:00 2001 From: phuong-axie <108786223+phuong-axie@users.noreply.github.com> Date: Fri, 25 Aug 2023 12:04:23 +0700 Subject: [PATCH] Update readme (#2) --- Packages/manifest.json | 2 +- Packages/packages-lock.json | 2 +- README.md | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index e287e94..06e7d93 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -4,7 +4,7 @@ "com.unity.collab-proxy": "2.0.1", "com.unity.ide.visualstudio": "2.0.20", "com.unity.ide.vscode": "1.2.5", - "com.unity.nuget.newtonsoft-json": "3.0.2", + "com.unity.nuget.newtonsoft-json": "2.0.0", "com.unity.toolchain.macos-x86_64-linux-x86_64": "1.0.0", "com.unity.ugui": "1.0.0", "com.unity.modules.ai": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 9a311d7..3b15348 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -37,7 +37,7 @@ "url": "https://packages.unity.com" }, "com.unity.nuget.newtonsoft-json": { - "version": "3.0.2", + "version": "2.0.0", "depth": 0, "source": "registry", "dependencies": {}, diff --git a/README.md b/README.md index 845dbb1..e755e50 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,10 @@ Common materials and items that can be used for many kind of games. ### Which `Spine Runtime Library` version should be used? - All spine assets used [(spine-unity 3.8 2021-11-10)](https://esotericsoftware.com/files/runtimes/unity/spine-unity-3.8-2021-11-10.unitypackage). You need to download it manualy, and put it on Plugins folder. -- And by that, we recommended using unity 2019 or 2020 for avoid compatibility issues. +- In unity 2020 or above, spine import may not compatibility (It require export correct spine version is 3.8.79). You can solve it by import data in unity 2019 project then copy generated assets to your project. ### Why generated axie be wrong color? - Please set color space to `Gamma` +### How to solve error `The type or namespace name 'Newtonsoft' could be not found`? +- Sometimes the project has imported another version of Newtonsoft and will be conflicted. You can solve it by open `Packages/manifest.json` then edit version of `"com.unity.nuget.newtonsoft-json": "2.0.0",` to `2.0.2` or `3.0.2` \ No newline at end of file