Favorit

Breaking News

Zetpack Framework - Model


ZetPack is the Unity library to speed up the game development process as fast as a razor blade.  Zetpack is an evolution from IMedia9. KIT and Kancil Code for the development of PC and Mobile based games (Android) by prioritizing the application of the MVC concept (Model, View, Controller) adopted from modern programming concepts, especially web applications.


Zetpack adopts the MVC concept by mapping all general mechanics in the game and breaking them down into modular classes. The main package that is the basis of the Zetpack Framework is a Variable Model that contains a collection of basic variables that will be input to the package controller to produce interaction with the player and displayed using package View on the User Interface component.




MODEL 

Variable Model (Download)



Variable models contain 9 types of variable classes which are core variables commonly found in games. This variable is also the core of the modular interaction process with all other packages. The 9 variables are integer, float, string, bool, health, mana, exp, score and time.

XMLModel (Download)



XML Model is a special class that is related to the reading process, writing or parser XML format files that are placed specifically in the StreamingAssets folder.



Disclaimers:
Zetpack is intended for those of you who want to build Unity based games but do not have the ability of programmers. However it is recommended that you understand the concept of design patterns, game mechanic analysis and trouble shooting before using it.

Licence:
Zetpack is released using a CC / NC (Creative Common / Non-Commercial) license. You are permitted to use ZetPack for non-commercial type products or educational purposes. For commercial project use, please contact sales@imedia9.net or via facebook.com/imedia9.net

No comments