Search Issue Tracker
By Design
Votes
0
Found in
5.3.4f1
Issue ID
789169
Regression
No
[UNET] NetworkServer.SendToAll does not send message using NetworkServerSimple on localhost
Steps to reproduce:
1. Download and import attached user project.
2. Open scene: NetMessageTest
3. Press play.
4. Press Setup Server.
5. Press Setup Client
6. Press Send Score.
7. Inspect the console.
Expected result: Debug log that client has got the score.
Actual result: Client did not get the message.
Note, this line does not work:
- NetworkServer.SendToAll(MyMsgType.Score, msg);
But this does work:
- NetworkConnection.Send(MyMsgType.Score, msg);
(see line 32-36 of NetMessagesTest.cs)
Reproduced on: 5.4.0b14, 5.3.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GfxDeviceD3D12::AllocBottomLevelAccelerationStructure when using Raytracing
- The search icon in the "Searches" sections is blurry and inconsistent
- "RenderingCommandBuffer" error is thrown when switching to the tvOS platform
- Left side cog menu button is obstructed by the maximum Y value of the graph when editing a curve in the Particle System Curves
- "Property exceeds previous array size (64 vs 32)." warnings are thrown when switching from tvOS platform to a Standalone platform after restarting the Editor
Add comment