Unity-MVVM: Sample scenes not working in 1.1.4

I’ve got these errors in sample scenes:

NullReferenceException: Object reference not set to an instance of an object
UnityMVVM.Binding.DataBindingBase.FindViewModel () (at Library/PackageCache/com.push-pop.unitymvvm@6ea25b4f7d/Scripts/Binding/DataBindingBase.cs:78)
UnityMVVM.Binding.DataBindingBase.Awake () (at Library/PackageCache/com.push-pop.unitymvvm@6ea25b4f7d/Scripts/Binding/DataBindingBase.cs:100)

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 25 (13 by maintainers)

Most upvoted comments

Another note I realized that my new samples aren’t in there! No wonder no-one can figure out how to use 😆

Personally am using Scoped Registry with Unity Package Manager: https://docs.unity3d.com/Manual/upm-scoped.html

The OpenUPM dev recommends using his commandline tool.

I will try to add instructions soon to the repo