Search Issue Tracker
Fixed in 2017.1.0f3
Votes
2
Found in
5.3.4f1
Issue ID
791638
Regression
No
[UNET] passing unsupported arguments crashes the host
Reproduction steps:
1. Open "Unet Test Project"
2. Open "Main" scene
3. Build project
4. In editor - play scene and click "host"
5. In build - play and join the host
6. In build - click and hold on the banana and drag it on the apple
Expected: nothing happens
Actual: host crashes
Note: if Builded version is the host, it will crash.
Note: If method parameter type is changed from "List" to "String" (script "Player_Manager.cs", line 505), Unity does not crash.
public void Cmd_ReleaseNetworkAuthority(List<GameObject> myLinecast_List)
Tested with: 5.2.4f1, 5.3.0f4, 5.3.4f1, 5.3.4p4, 5.4.0b15
Note: On lower versions of Unity scripts are not compatible.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment