From 956d0ac2b66bb6fb32caabb1cbca776249f6dcc4 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sat, 18 Jan 2025 00:07:45 -0800 Subject: [PATCH] docs: clean up --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 778abb57..6cac6912 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,11 @@ Here is the list of few important and recent changes to this framework. ## 🔨 How to use it? -JCSUnity is like other Unity plugins. You can download the latest -release from the above tab, or from the link +JCSUnity is like other Unity plugins. You can download the latest release +from the above tab, or from the link [here](https://github.com/jcs090218/JCSUnity/releases/latest) -. Simply create a new project in Unity then import all of -the assets into that project. Then you can start all of the tools -in the JCSUnity framework.
+. Simply create a new project in Unity then import all of the assets into +that project. Then you can start all of the tools in the JCSUnity framework. ## 🏆 Features @@ -62,7 +61,7 @@ directory at the root of the project directory. These are libraries `JCSUnity` uses. Consider the usage, some plugins aren't necessary depend on the game your are making. -- [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)) +- [Newtonsoft Json](https://www.newtonsoft.com/json) (required) - Popular high-performance JSON framework for .NET. - [MyBox](https://github.com/Deadcows/MyBox) (required) - is a set of attributes, tools and extensions for Unity - [Tweener](https://github.com/PeterVuorela/Tweener) (required) - Simpler and light weight tweener library. - [In-game Debug Console](https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068) (optional) - Easier debugging after built.