Search Unity

[article] Unity with MVC: How to Level Up Your Game Development

Discussion in 'Made With Unity' started by eduardo-pons, Jul 30, 2015.

  1. eduardo-pons

    eduardo-pons

    Joined:
    Mar 31, 2009
    Posts:
    176
    GarBenjamin likes this.
  2. GarBenjamin

    GarBenjamin

    Joined:
    Dec 26, 2013
    Posts:
    7,441
    A solid approach. This is an area I have been working on since first discovering Unity. Unity makes many things very easy yet its very nature of component-based development make projects quickly get out of hand if some best practices are not followed. Thanks for sharing.
     
    eduardo-pons likes this.
  3. mmilne

    mmilne

    Joined:
    Sep 13, 2014
    Posts:
    59
    Brilliant article! I read it all during my lunch break. I know MVC and I know how to develop in Unity but I just never thought of putting them together like this. I prefer your definitions "store, notify, decide" over "model, view, controller"

    ------------------------------------
    Fully-interactive 3D media
    www.punkoffice.com
     
    eduardo-pons likes this.
  4. cryptoforge

    cryptoforge

    Joined:
    Jan 21, 2015
    Posts:
    60
    Good read for n00bs.