Binding works but warning message shows "Binding is not supported for managedReference"

Hi! I’m binding a visual element to a property of a Managed Reference. The binding works and the object is updated on the hierarchy with correct data, but the warning appears:

Any way to disable this warning? There any code to suppress this warning message?

Thanks!

My fault, it seems SerializeReference is not easily supported for Binding yet, if someone is having problems it seems this is the way to go Unity - Manual: Bind a custom control to custom data type

1 Like

Bump.

Any work arounds to this?