diff --git a/Packages/com.unity.inputsystem/InputSystem/Devices/Remote/InputRemoting.cs b/Packages/com.unity.inputsystem/InputSystem/Devices/Remote/InputRemoting.cs index 92d2080152..2d4ecb5eb9 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Devices/Remote/InputRemoting.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Devices/Remote/InputRemoting.cs @@ -380,7 +380,7 @@ private enum Flags internal struct RemoteSender { public int senderId; - public InternedString[] layouts; // Each item is the unqualified name of the layout (without namespace) + [NonSerialized] public InternedString[] layouts; // Each item is the unqualified name of the layout (without namespace) public RemoteInputDevice[] devices; }