File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 11# JCSUnity #
22
3- JCSUnity is a component driven framework. There are a tone
4- of reusable components that are already pre-built.
5- Most component work individuslly, except some of them do not.
6- You can combine/attach two components on the same game object
7- and it will make completely different behaviour since the first
8- component works on it own and so do the second component. Two of the
9- components works individually will create the brand new behaviour.
10- The best part of the framework is by knowing these components always
11- suprise me how much I can do with my creativity and not just
12- engineering. There are one thing that this framework do the best is
13- fast and being productive building a game.
3+ JCSUnity is a component driven Framework built to allow the user
4+ to quickly generate commonly used game mechanics and features
5+ such as UI functionality and player movement. This will allow
6+ for a faster initial development. Most components work individually
7+ while other components must be used in tandem with others.
8+ Individually components can be combined to create new behaviors.
149<br />
1510
1611## Important Notice ##
You can’t perform that action at this time.
0 commit comments