Search Issue Tracker
By Design
Votes
0
Found in
5.6.2f1
Issue ID
941575
Regression
No
NetworkTransport.GetRemoteDelayTimeMS returns 0 via Server to Client message
How to reproduce:
1. Open the attached project
2. Simulate network latency (tested with Clumsy)
2. Build & Run the project
3. In the built project select "Lan Server Only(S)"
4. In the Editor enter Play mode
5. Select "Lan Client(C)"
Actual result: NetworkTransport.GetRemoteDelayTimeMS returns 0 in the console.
Expected result: NetworkTransport.GetRemoteDelayTimeMS should return the delay time.
Reproduced with: 2017.3.0a4, 2017.2.0b6, 2017.1.0p3, 5.6.3f1, 5.5.4p2.
Note: Rarely, the delay is correct.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crashes in the wild on Vulkan in CreateDepthSurfaceImpl
- Position and rotation of a GameObject with Rigidbody reset when it is enabled and moved in the same Update call and the frame rate is low
- “Ignoring depth surface store action as it is memoryless” warnings thrown when Capturing new Snapshot while in Play Mode
- Certain textures are not loaded when using the "Load texture data on demand" feature
- [Android][OpenGL] The 2DLight is disproportionately bright on some Android devices when OpenGLES3 is used
Resolution Note (2018.1.X):
This is working as per Design