原文链接:http://blog.csdn.net/u013108312/article/details/52555617
1.EmptyGO
2.Simple GameManager
3.Manager of Managers
4.MVCS(StrageloC)
5.MVVM(uFrame)
……….
1.EmptyGo
Put all the code without visual representation in the world onto an empty game object.
Use GameObject.Find() or inspector target references to communicate with each other.
3.Manager of Managers
中型以上的游戏。
MainManager customizes and manages all the sub-managers.
Submanagers operate as singletons and can easily address each other to collaborate.