Skip to content

Commit deb5571

Browse files
FIX: Adding [NonSerialized] to layouts (struct RemoteSender) (#2396)
1 parent 0bb75c4 commit deb5571

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)