This commit is contained in:
MrGadget 2022-05-06 12:20:34 -04:00
commit c65eed8ea8
2 changed files with 13 additions and 1 deletions

View File

@ -344,7 +344,7 @@ static void SendToObservers<T>(NetworkIdentity identity, T message, int channelI
MessagePacking.Pack(message, writer);
ArraySegment<byte> segment = writer.ToArraySegment();
foreach (NetworkConnection conn in identity.observers.Values)
foreach (NetworkConnectionToClient conn in identity.observers.Values)
{
conn.Send(segment, channelId);
}

View File

@ -102,6 +102,18 @@ If you are migrating from UNET, then please check out our [Migration Guide](http
<td><img src="https://user-images.githubusercontent.com/16416509/152281763-87ae700e-9648-4335-9b20-3247e09334b5.png" height="100"/></td>
<td><img src="https://user-images.githubusercontent.com/16416509/162982300-c29d89bc-210a-43ef-8cce-6e5555bb09bc.png" height="100"/></td>
</tr>
<tr>
<th><a href="https://store.steampowered.com/app/1745640/MACE_Mapinguaris_Temple/">MACE</a></th>
<th><a href=""></a></th>
<th><a href=""></a></th>
<th><a href=""></a></th>
</tr>
<tr>
<td><img src="https://user-images.githubusercontent.com/16416509/166089837-bbecf190-0f06-4c88-910d-1ce87e2f171d.png" height="100"/></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
And [many more](https://mirror-networking.com/showcase/)...