We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 171d3aa + deb5571 commit cbbc1b6Copy full SHA for cbbc1b6
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