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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
Add comment