mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Merge branch 'master' of https://github.com/vis2k/Mirror
This commit is contained in:
commit
c65eed8ea8
@ -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);
|
||||
}
|
||||
|
12
README.md
12
README.md
@ -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/)...
|
||||
|
Loading…
Reference in New Issue
Block a user