Guillem Serra | Portfolio
{ video game programmer }
Model View Controller pattern
Unity
January 2022
Implementation of the MVC pattern in Unity, through a basic user task editor.
I implemented the Model-View-Controller pattern in Unity through a small user task editor. The prototype separates data, presentation, and user input to keep UI communication clear and make the application easier to extend.