Search Unity

MVC Tutorial

Discussion in 'Community Learning & Teaching' started by Doctrina, Aug 3, 2016.

  1. Doctrina

    Doctrina

    Joined:
    Jul 29, 2015
    Posts:
    50
    Hi! We are teaching company from Kharkiv, Ukraine. Our main goal is to teach people Game Development ( programming and design ). So we start series of advanced tutorials like MVC, destruction physics, platform independent code and other stuff in Unity. We made our first tutorial. Here it is:

    http://doctrina-kharkov.blogspot.com/2016/08/cultorios-unity-mvc-tutorial.html

    ,based of our student and teachers experience. Now it in Ukrainian, but if someone find it interesting we can make English version too.



    Thanks for attention
     
  2. SubZeroGaming

    SubZeroGaming

    Joined:
    Mar 4, 2013
    Posts:
    1,008
    Nice tutorial. Unfortunately, it's not a true MVC model. It's difficult todo in Unity due to the component based design.

    The controller/model are pretty much one thing, and then you have the view component as a separate piece.

    True MVC only works with ASP
     
    JoakimCarlsson likes this.
  3. Doctrina

    Doctrina

    Joined:
    Jul 29, 2015
    Posts:
    50
    Agree. But even with such simplified models we have lot of benefits :)
     
  4. Maylina

    Maylina

    Joined:
    Sep 13, 2014
    Posts:
    17
    Thanks for sharing. But need some localization.
     
  5. Kos-Dvornik

    Kos-Dvornik

    Joined:
    Jan 3, 2012
    Posts:
    224