You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: MakeEscapedJsonString now null-checks inputs. Empty strings also now bypass an allocation. (#2019)
[Input System] MakeEscapedJsonString now null-checks inputs. Empty strings also now bypass an allocation.
This matches older behaviour on null-checking descriptor fields which is needed for certain device implementations.
// InputDeviceDescription.ToJson writes empty string fields and not null values, whereas reporting a device via an incomplete description string will fully omit the fields.
0 commit comments