File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ directory at the root of the project directory.
6262These are libraries ` JCSUnity ` uses. Consider the usage, some plugins aren't necessary
6363depend on the game your are making.
6464
65- - [ Newtonsoft Json] ( https://www.newtonsoft.com/json ) - Popular high-performance JSON framework for .NET.
66- - [ MyBox] ( https://github.com/Deadcows/MyBox ) - is a set of attributes, tools and extensions for Unity
67- - [ Tweener] ( https://github.com/PeterVuorela/Tweener ) - Simpler and light weight tweener library.
68- - [ In-game Debug Console] ( https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068 ) - Easier debugging after built.
69- - [ StandaloneFileBrowser] ( https://github.com/gkngkc/UnityStandaloneFileBrowser ) - File browser for UI/tool base application.
70- - [ UI-Polygon] ( https://github.com/CiaccoDavide/Unity-UI-Polygon ) - Geometry shape UI renderer interface.
65+ - [ Newtonsoft Json] ( https://www.newtonsoft.com/json ) (required) - Popular high-performance JSON framework for .NET.
66+ - [ MyBox] ( https://github.com/Deadcows/MyBox ) (required) - is a set of attributes, tools and extensions for Unity
67+ - [ Tweener] ( https://github.com/PeterVuorela/Tweener ) (required) - Simpler and light weight tweener library.
68+ - [ In-game Debug Console] ( https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068 ) (optional) - Easier debugging after built.
69+ - [ StandaloneFileBrowser] ( https://github.com/gkngkc/UnityStandaloneFileBrowser ) (optional) - File browser for UI/tool base application.
70+ - [ UI-Polygon] ( https://github.com/CiaccoDavide/Unity-UI-Polygon ) (optional) - Geometry shape UI renderer interface.
7171
7272## 🔗 Links
7373
You can’t perform that action at this time.
0 commit comments