DUNILOG  1.7
 All Classes Functions Variables Pages
The DUGManager

The DUGManager is a prefab which gets exported by DUNILOG for use in your game.
(Drop it into your scene and press play for a quick test.)
It contains all necessary data and classes to run your dialog logic.

The setup follows the MVC pattern and consists of three classes:
1.) DUGModel the data container
2.) DUGController to handle your logic
3.) DUGView a kind of player which is very flexible in styling and completely replaceable for your custom solution
At these classes you should take a precise look.

See Also
How to setup a custom player