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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment