We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9550b5 commit c27e4c3Copy full SHA for c27e4c3
MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs
@@ -978,6 +978,8 @@ internal void NetworkedVarInit()
978
channelsForVarGroups.Add(channel);
979
secondLevelCounter++;
980
}
981
+ if (firstLevelIndex[channel] >= channelMappedVarIndexes.Count)
982
+ channelMappedVarIndexes.Add(new HashSet<int>());
983
channelMappedVarIndexes[firstLevelIndex[channel]].Add(i);
984
985
0 commit comments