Search Issue Tracker
Fixed in 5.3.7
Votes
0
Found in
5.3.5p4
Issue ID
807653
Regression
No
[iOS] Corrupted IPEndPoint in IL2CPP backend and IPv6 network
Steps to reproduce:
1) Download the attached "UdpServer.zip" on a Windows machine, extract it, open in Visual Studio, build and launch UdpServer.exe.
2) Go to Command Line, and enter ipconfig.
3) Write down the IPv4 address of the machine.
4) Connect an iOS device to a IPv6 network.
5) Extract and open the attached project "TestClient.zip".
6) Open "Test" scene.
7) Click on the "UdpClientTest" object in the Hierarchy and edit the IP address in the Inspector to the IPv4 address of the Windows machine.
8) Build the project for iOS.
9) Deploy the project to a device via Xcode.
The app sends and receives data from the IPv4 server. If the device is connected to a IPv6 network the IEEndPoint gets corrupted with IL2Cpp. This issue doesn't appear if the project is built with Mono2x or a IPv4 network is used.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Add comment