Skip to content

Commit f2b0cea

Browse files
authored
Update README.md
1 parent b96c6ea commit f2b0cea

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

README.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Here is the list of few important and recent changes to this framework.
3434
- `4.0.0` - Extend `Instance` interface.
3535
- `3.1.0` - Revamp the framework to reflect current best practices.
3636
- `3.0.0` - Rename setting function from `CheckSingleton` to `CheckInstance`.
37-
- `2.3.1` - Use [MyBox](https://github.com/Deadcows/MyBox) to organize variables.
37+
- `2.3.1` - Use [MyBox][] to organize variables.
3838
- `2.3.0` - Fixed resizable screen's calculation in perspective mode.
3939
- `2.2.1` - Implement new screen type, `MIXED` for responsive UI.
4040
- `2.2.0` - Add `trimmed` version to release.
@@ -61,13 +61,13 @@ directory at the root of the project directory.
6161
These are libraries `JCSUnity` uses. Consider the usage, some plugins aren't necessary
6262
depend on the game your are making.
6363

64-
- [Newtonsoft Json](https://www.newtonsoft.com/json) (required) - Popular high-performance JSON framework for .NET.
65-
- Install with url [`com.unity.nuget.newtonsoft-json`](https://docs.unity3d.com/Packages/[email protected]/manual/index.html); see [Newtonsoft.Json-for-Unity/wiki](https://github.com/applejag/Newtonsoft.Json-for-Unity/wiki).
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.
64+
- [Newtonsoft Json][] (required) - Popular high-performance JSON framework for .NET.
65+
- Install with url [`com.unity.nuget.newtonsoft-json`](https://docs.unity3d.com/Packages/[email protected]/manual/index.html); see [Newtonsoft.Json-for-Unity/wiki][].
66+
- [MyBox][] (required) - is a set of attributes, tools and extensions for Unity
67+
- [Tweener][] (required) - Simpler and light weight tweener library.
68+
- [In-game Debug Console][] (optional) - Easier debugging after built.
69+
- [StandaloneFileBrowser][] (optional) - File browser for UI/tool base application.
70+
- [UI-Polygon][] (optional) - Geometry shape UI renderer interface.
7171

7272
## 🔗 Links
7373

@@ -112,3 +112,20 @@ Here is a list of applications that are made with JCSUnity.
112112
<a href="https://jcs090218.itch.io/you-have-an-order" target="_blank">
113113
<img src="./etc/games/Crypt_Adv.png" width="7%" align="middle"/>
114114
</a>
115+
116+
## ⚜️ License
117+
118+
Copyright (c) Jen-Chieh Shen. All rights reserved.
119+
120+
See [`LICENSE`](./LICENSE) for details.
121+
122+
123+
<!-- Links -->
124+
125+
[Newtonsoft Json]: https://www.newtonsoft.com/json
126+
[Newtonsoft.Json-for-Unity/wiki]: https://github.com/applejag/Newtonsoft.Json-for-Unity/wiki
127+
[MyBox]: https://github.com/Deadcows/MyBox
128+
[Tweener]: https://github.com/PeterVuorela/Tweener
129+
[In-game Debug Console]: https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068
130+
[StandaloneFileBrowser]: https://github.com/gkngkc/UnityStandaloneFileBrowser
131+
[UI-Polygon]: https://github.com/CiaccoDavide/Unity-UI-Polygon

0 commit comments

Comments
 (0)