Search Issue Tracker
Fixed
Votes
0
Found in
4.5.0a4
Issue ID
583839
Regression
No
UnityEvent documentation has inconsistencies between c# and javascript
The scripting reference at Editor/Data/Documentation/Documentation/ScriptReference/UnityEvent%603.html says you should derive your class from MonoBehavior in c#, but the documentation for other languages (Boo, JavaScript) show you must derive from the UnityEvent<T> type.
The monobehavior example does not work, while the javascript example works.
The same issue is present in UnityEvent'2 '3 and '4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Incorrect color values are saved for Swatches when using HDR Color Picker
- Editor crashes when adding/removing a UI Document Style Sheet while in Play mode
- Scene and Game views turn black when all light sources are disabled
- Memory spike after activating Freeform Light2Ds
- Line Renderer Component elements do not fit in the Inspector window when minimising Inspector window is minimised
Add comment