Gentlymad-Studios / NewGraph

A general node graph solution centered on data management. This is based on the idea to visualize complex data structures as graph networks without having to modify already established data classes.
MIT License
223 stars 15 forks source link

List view does not update when node is connected to another node #15

Open wolverwin opened 1 year ago

wolverwin commented 1 year ago

The list view does not update in size when increased or decreased with +/- or count. I have to deselect and select the node again to update the view.

It does update instantly when I remove the connection to EventContainer.

image

Doppelkeks commented 1 year ago

This is a UnityBug related to [SerializeReference] & UIElements

This video showcases the same bug happening in a default unity inspector:

https://user-images.githubusercontent.com/530629/234563948-16e1f2fe-8ab6-434a-8d29-17c0f7e4a4e6.mp4

Will update as soon as my bug report was confirmed and there is a public issuetracker link.

Doppelkeks commented 1 year ago

Update:

Unity has confirmed my bug report, updates can be tracked by checking the status in the public issue tracker. https://issuetracker.unity3d.com/issues/synchronization-is-lost-on-lists-when-using-serializereference