Skip to content

Commit ae4b690

Browse files
committed
Merge branch 'input/api-exclusion' of https://github.com/Unity-Technologies/InputSystem into input/api-exclusion
2 parents 9935bfc + f1966bb commit ae4b690

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)