File tree Expand file tree Collapse file tree 7 files changed +27
-27
lines changed
Expand file tree Collapse file tree 7 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 22
33I have never use Unity's network module, but I heard a lot of people
44complain how bad Unity handle networking/socket programming. I provide
5- the basic client side TCP and UDP socket class and some switch
6- port/host function, so you can use it with the server side code that
7- you confortable with.
8- < br />
5+ the basic client side TCP and UDP socket class and some switch
6+ port/host function, so you can use it with the server side code that
7+ you confortable with.
8+
99<img src =" ../../etc/network_module.gif " />
Original file line number Diff line number Diff line change 11# Features
22
3- Welcome to JCSUnity features category list. In this directory
4- should contains all the features that this framework provides.
5- Look into one of the category and look up the ` markdown ` file
6- with the according name you want to look up for, the ` markdown `
7- file should encloses all the informations you need to know about
3+ Welcome to JCSUnity features category list. In this directory
4+ should contains all the features that this framework provides.
5+ Look into one of the category and look up the ` markdown ` file
6+ with the according name you want to look up for, the ` markdown `
7+ file should encloses all the informations you need to know about
88a particular feature.
Original file line number Diff line number Diff line change 11# Create Scene with JCSUnity
22
3- Create the simple scene with smooth switching the scene and
4- smooth switching the background music is always painful. Not
5- because is hard but is work that you will have to do for mostly
6- every project. I made the ` JCSUnity ` editor for just one click
7- so you could have nice switching scene UI and background music.
8- Background music can be switch at ` JCS_Settings ` object to
9- ` JCS_SoundSetting ` component in the scene. Scene relative variables
3+ Create the simple scene with smooth switching the scene and
4+ smooth switching the background music is always painful. Not
5+ because is hard but is work that you will have to do for mostly
6+ every project. I made the ` JCSUnity ` editor for just one click
7+ so you could have nice switching scene UI and background music.
8+ Background music can be switch at ` JCS_Settings ` object to
9+ ` JCS_SoundSetting ` component in the scene. Scene relative variables
1010can be found at ` JCS_Settings ` object 'JCS_SceneSetting' component.
11- < br />
11+
1212<img src =" ../../etc/fast_create_scene.gif " />
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ I use to hate drag and move the anchor point around when dealing
44with different resolutions in Unity UI system. Although, this
55cost a bit of performance at initialize time, I think is worth it to
66have this feature because I will never have to drag the anchor point
7- around everytime I start a new project or create a new panel in the
8- scene.
9- < br />
7+ around everytime I start a new project or create a new panel in the
8+ scene.
9+
1010<img src =" ../../etc/auto_resize.gif " />
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ Do you ever had an issue implementing dialogue in Unity? Here is basic
44dialogue system which is easy to customize. You can control the text
55scroll speed and all the images' position. Just inherent 'JCS_DialogueScript'
66class to design you own dialogue! You can test your script in 'JCS_ScriptTeseter'
7- scene.
8- < br />
7+ scene.
8+
99<img src =" ../../etc/dialogue_system.gif " />
Original file line number Diff line number Diff line change 11# GUI System
22
3- Since Unity version 4.6, they have release nice uGUI system, but
3+ Since Unity version 4.6, they have release nice uGUI system, but
44with lack of cool effect and sound on there. Here are some simple
5- effect I made so you can simple make game with details.
6- < br />
5+ effect I made so you can simple make game with details.
6+
77<img src =" ../../etc/GUI_system.gif " />
Original file line number Diff line number Diff line change 11# In Game Log System
22
3- Log system inside the game.
4- < br />
3+ Log system inside the game.
4+
55<img src =" ../../etc/IGLog_system.gif " />
You can’t perform that action at this time.
0 commit comments