LibraStack / UnityMvvmToolkit

Brings data-binding to your Unity project
MIT License
471 stars 27 forks source link

ListView remove item issue in Unity 2021 #35

Closed ChebanovDD closed 1 year ago

ChebanovDD commented 1 year ago

Describe the bug

In Unity 2021, when an element is removed, the Unbind method is not called.

Current result

This leads to a lot of issues because SetBindingContext is called without resetting it.