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

Networking

-

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.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.