@@ -7,7 +7,7 @@ in variety of different project. This framework provide many scripted
77game mechanics. With those combination of scripts/components could
88generate enormous variety of different behaviour. <br /><br />
99
10- ### Create Scene with JCSUnity # ##
10+ ## Create Scene with JCSUnity ##
1111Create the simple scene with smooth switching the scene and smooth
1212switching the background music is always painful. Not because is
1313hard but is work that you will have to do for mostly every project.
@@ -18,7 +18,7 @@ in the scene. Scene relative variables can be found at 'JCS_Settings'
1818object 'JCS_SceneSetting' component.<br />
1919<img src =" ./screen_shot/fast_create_scene.gif " />
2020
21- ### Auto Resize # ##
21+ ## Auto Resize ##
2222I use to hate drag and move the anchor point around when dealing
2323with different resolutions in Unity UI system. Although, this
2424cost a bit of performance at initialize time, I think is worth it to
@@ -27,36 +27,36 @@ around everytime I start a new project or create a new panel in the
2727scene. <br />
2828<img src =" ./screen_shot/auto_resize.gif " />
2929
30- ### GUI System # ##
30+ ## GUI System ##
3131Since Unity version 4.6, they have release nice uGUI system, but
3232with lack of cool effect and sound on there. Here are some simple
3333effect I made so you can simple make game with details. <br />
3434<img src =" ./screen_shot/GUI_system.gif " />
3535
36- ### Network Module # ##
36+ ## Network Module ##
3737I have never use Unity's network module, but I heard a lot of people
3838complain how bad Unity handle networking/socket programming. I provide
3939the basic client side TCP and UDP socket class and some switch
4040port/host function, so you can use it with the server side code that
4141you confortable with. <br />
4242<img src =" ./screen_shot/network_module.gif " />
4343
44- ### Dialogue System # ##
44+ ## Dialogue System ##
4545Do you ever had an issue implementing dialogue in Unity? Here is basic
4646dialogue system which is easy to customize. You can control the text
4747scroll speed and all the images' position. Just inherent 'JCS_DialogueScript'
4848class to design you own dialogue! You can test your script in 'JCS_ScriptTeseter'
4949scene. <br />
5050<img src =" ./screen_shot/dialogue_system.gif " />
5151
52- ### In Game Log System # ##
52+ ## In Game Log System ##
5353Log system inside the game. <br />
5454<img src =" ./screen_shot/IGLog_system.gif " />
5555
56- ### Demo # ##
56+ ## Demo ##
5757* https://www.youtube.com/playlist?list=PLZgPIJqrkb83SBfBSzk0SMchegZFO9lKI
5858
59- ### Games # ##
59+ ## Games ##
6060<a href =" https://play.google.com/store/apps/details?id=com.aau.jcs " target =" _blank " >
6161 <img src =" ./games/hemlock_logo.png " width =" 100 " height =" 100 " />
6262</a >
0 commit comments