Skip to content

jacksondunstan/mv-c_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MV-C Example Unity3D Project

MV-C is an MVC-like pattern for Unity3D. It has two parts. First is a model-view that handles input, output, and data representation. Second is a controller that uses the model-view to perform logic.

This example project is explained in depth in the introductory article by Jackson Dunstan. It consists of a single scene with a single "enemy" that can be damaged and eventually killed by mouse clicks. Its sole purpose is to introduce the MV-C design pattern.

Releases

No releases published

Packages

No packages published

Languages