We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb75c4 commit deb5571Copy full SHA for deb5571
1 file changed
Packages/com.unity.inputsystem/InputSystem/Devices/Remote/InputRemoting.cs
@@ -380,7 +380,7 @@ private enum Flags
380
internal struct RemoteSender
381
{
382
public int senderId;
383
- 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)
384
public RemoteInputDevice[] devices;
385
}
386
0 commit comments