Search Issue Tracker
Won't Fix
Votes
0
Found in
4.6.9f1
Issue ID
758056
Regression
No
Different output with GameObject.SendMessage() when defined methods have different sequence in class
Having such method sequence in class as showed below, SendMessage() always calls the method with no parameter, no matter what parameter it sends:
//No parameter
public void Method(){}
// String paprameter.
public void Method(string str){}
If we switch method's places in script, SendMessage() works as expected, regarding parameter's variable.
Reproducible on 4.6 - 5.4 versions.
Repro steps:
1. open "SendMessageTest.zip".
2. open "Test1" scene and press play. Press keyboard buttons according to instructions. Observe that sending different parameters, always getting "No parameters" function message.
3. open "Test2" scene and press play. Press the same buttons and observe, that different parameters are recognized as expected.
The only difference is the methods sequence in scripts.
Expected result: should work despite the methods sequence.
---
Won't fix:
This issue will not be fixed, because SendMessage() does not try to handle method overloads, for performance reasons. We have updated documentation to reflect this.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Multiple errors are thrown in the console while using perforce when moving an asset using shortcuts
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
Add comment