Publisher | yedo-factory |
---|---|
File size | 374.78kB |
Number of files | 112 |
Latest version | 1.2.0 |
Latest release date | 2019-03-15 10:30:12 |
First release date | 2015-11-06 07:39:20 |
Supported Unity versions | 2018.4.2 or higher |
Document | Demo
MVVM 4 uGUI is Asset which supported the MVVM (Model-View-ViewModel) pattern for uGUI.
It's possible to be to use MVVM 4 uGUI and improve the efficiency in your game development and production!
[Model]
Model takes charge of game logic. Operation of the data View reflects and various logic operation of a game.
Model in this asset is everything besides View and ViewModel (C# scripts and game objects, etc.).
[View]
View takes charge of drawing game data to a screen.
View in this asset is uGUI (The other View elements aren't made a target.)
[ViewModel]
ViewModel takes charge of bridging to reflect the data received from Model in View. ViewModel and View use a method of data voiding, and a value reflection to View is performed automatically.
ViewModel in this Asset is MVVM 4 uGUI.
MVVM 4 uGUI is Asset which supported the MVVM (Model-View-ViewModel) pattern for uGUI.
It's possible to be to use MVVM 4 uGUI and improve the efficiency in your game development and production!
[Model]
Model takes charge of game logic. Operation of the data View reflects and various logic operation of a game.
Model in this asset is everything besides View and ViewModel (C# scripts and game objects, etc.).
[View]
View takes charge of drawing game data to a screen.
View in this asset is uGUI (The other View elements aren't made a target.)
[ViewModel]
ViewModel takes charge of bridging to reflect the data received from Model in View. ViewModel and View use a method of data voiding, and a value reflection to View is performed automatically.
ViewModel in this Asset is MVVM 4 uGUI.