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
- PlasticSCM NullReferenceException on entering the Play Mode when Unity Version Control tab is added to the layout
- Shortcut Helper Bar does not appear when enabling it and disabling it
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
- No Duplicate option is available when right clicking States in the Animator Window even though it's available via Shortcut
Add comment