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.