I am trying to decide which will be the best PHP design patterns on phpkode.com/scripts/category/php-design-patterns/ for my game. I would like to know what design patterns are you guys using in unity 3D.


Also, which design pattern will be the most appropriated for my game?

PS: My game needs is full 3d ,with levels, lots of models, different cameras, and multi player. Imagine warcraft3 for instance.

There is any example of a MVC implementation?