Search Issue Tracker
Fixed
Votes
0
Found in
5.3.3f1
Issue ID
805855
Regression
No
[Windows Standalone]Application.internetReachability shows network is reachable when internet is disabled
Steps to reproduce :
1) Download attached project " Teste.zip" and open in Unity.
2) Open scene main.
3) Build for windows standalone.
4) Press Play in Unity and launch built project.
Note: both shows same result - network is reachable.(see image attached "reachable.png").
5)Disconnect your machine from Internet.
Note: Built version shows same result as before while Editor shows that network is not reachable.("notReachable.png").
Expected result: Built version should say that network is not reachable when internet is disabled.
Actual result: When internet is disabled its still shows - network is reachable.
Tested versions: 5.2.4f1, 5.3.5p4, 5.4.0b22.
Comments (1)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
mike_FC
Dec 02, 2016 21:13
Unity 5.4.0f3. Same issue still exist. Editor shows not reachable, win standalone build still shows has internet.