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
+25-8Lines changed: 25 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Here is the list of few important and recent changes to this framework.
34
34
-`4.0.0` - Extend `Instance` interface.
35
35
-`3.1.0` - Revamp the framework to reflect current best practices.
36
36
-`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.
38
38
-`2.3.0` - Fixed resizable screen's calculation in perspective mode.
39
39
-`2.2.1` - Implement new screen type, `MIXED` for responsive UI.
40
40
-`2.2.0` - Add `trimmed` version to release.
@@ -61,13 +61,13 @@ directory at the root of the project directory.
61
61
These are libraries `JCSUnity` uses. Consider the usage, some plugins aren't necessary
62
62
depend on the game your are making.
63
63
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.
-[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.
0 commit comments