Hi,
We were working on updating an old package we have in the asset store to use the new UIElements in the inspector component. And when staying out of play mode, everything seems fine, but when in Play mode, we don’t receive the ValueChange events. We also tried the SerializedPropertyChangeEvent, but couldn’t capture the change that should have be capture by a bool property changed by a script at runtime.
Is there something we are missing? We also noticed that any changes in fields (done in another script) that are bind don’t appear in editor play mode on the inspector.
Solved.
Can you provide some details about what was the issue? We’re working on documentation/samples to help with inspector workflows. Maybe your experience could provide some insight
Well it was just effects of being tired . We simply missed that another script wasn’t doing the change we wanted, and as a result we were blaming UI Toolkit bindings from not working which wasn’t the case.