Skip to content

Commit cbbc1b6

Browse files
authored
Merge branch 'develop' into move-inputsystem-to-urp
2 parents 171d3aa + deb5571 commit cbbc1b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Devices/Remote/InputRemoting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ private enum Flags
380380
internal struct RemoteSender
381381
{
382382
public int senderId;
383-
public InternedString[] layouts; // Each item is the unqualified name of the layout (without namespace)
383+
[NonSerialized] public InternedString[] layouts; // Each item is the unqualified name of the layout (without namespace)
384384
public RemoteInputDevice[] devices;
385385
}
386386

0 commit comments

Comments
 (0)