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
- The Physics Material Dynamic Friction field tooltip is set to one of Friction Combine field
- [Android][Mobile Notifications] The Player freezes or crashes when calling "AndroidNotificationCenter.GetNotificationChannel" every frame
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
Add comment