You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ directory at the root of the project directory.
62
62
These are libraries `JCSUnity` uses. Consider the usage, some plugins aren't necessary
63
63
depend on the game your are making.
64
64
65
-
-[Newtonsoft Json](https://www.newtonsoft.com/json) (required) - Popular high-performance JSON framework for .NET.
65
+
-[Newtonsoft Json](https://www.newtonsoft.com/json) (required) - Popular high-performance JSON framework for .NET. (See [installation](https://discussions.unity.com/t/newtonsoft-json-package-missing-after-moving-project/879447/7))
66
66
-[MyBox](https://github.com/Deadcows/MyBox) (required) - is a set of attributes, tools and extensions for Unity
67
67
-[Tweener](https://github.com/PeterVuorela/Tweener) (required) - Simpler and light weight tweener library.
68
68
-[In-game Debug Console](https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068) (optional) - Easier debugging after built.
0 commit comments