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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment