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
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
- Display issues in VideoPlayer when using Screen.SetResolution on certain Google Pixel devices
- Crash on Texture::TextureIDMapInsert when opening a specific project
Add comment