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
- Additional settings dropdown in Terrain Overlay is not grayed out for painting modes with no extra settings
- Inconsistent Terrain brush Opacity values between Scene view and Inspector
- [Usability] No separated opacity for the different types of Terrain brushes
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
Add comment