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