Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1.01 KB

README.md

File metadata and controls

7 lines (4 loc) · 1.01 KB

MVVM-Cookie-Clicker

Example game for my Unity Weld talk at the Brisbane Unity Meetup

The project was set up with Unity 2018.2. All models are in the Assets/Code/Models folder, all ViewModels are in the Assets/Code/ViewModels folder, and the views are represented in the Unity scene, without code. For more info about how MVVM and Unity Weld work, check out Ashley Davis's series of articles on the topic.

For more information about Unity Weld including API documentation, see the Unity Weld GitHub and the Unity Weld Examples repository.