# uMVVM **Repository Path**: bsn/uMVVM ## Basic Information - **Project Name**: uMVVM - **Description**: a simple unity mvvm framework - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2018-11-15 - **Last Updated**: 2024-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Architecting Application for Unity,the main content includes several parts:** - 1).Designing view&viewmodel - 2).Using message mediator communication between viewmodels - 3).Setting up view&viewmodel lifecycle - 4).Using Reusable subview&subviewmodel components - 5).Sharing data between viewmodels - 6).Building singleton,transient & pool factory - 7).Using service locator & Repository pattern - 8).Async Thread work with croutine - 9).Building lightweight network layer - 10).Simple AOP implement - 11).using log strategy The wiki page link: http://www.cnblogs.com/OceanEyes/category/972425.html