Search Issue Tracker
Fixed in 5.1.0
Votes
0
Found in
5.1.0a2
Issue ID
679948
Regression
No
Calling NetworkTransport.Send can crash Unity
I don't have a more general use case example, but executing these 2 lines of code, for example, crashes the Editor:
byte error = 0;
UnityEngine.Networking.NetworkTransport.Send (0, 0, 0, new byte[1], 0, out error);
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
Add comment