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
- Play Mode Scenarios add and remove element list buttons go out of their bounds when the window is resized
- Play Mode Status window has a horizontal scrollbar active at all times even when not needed or the window is fullscreen
- Unnecessary scrollbar appears in Prefab Override section
- Bug reporter closes without an exit dialog box when closing it the second time
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
Add comment