Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
5.3.0f1
Issue ID
747222
Regression
Yes
NullReferenceException when calling Animation Event which uses not supported function
Steps to reproduce:
1. Open attached project:
2. Open scene "Scene"
3. Select "GameObject" in hierarchy and open animation window to view its animation
4. Notice that there is Animation Event at 0:05 mark
5. Right click on it and open Edit window
6. Notice "Function Not Supported"
7. Run scene and notice NullReferenceException: Object reference not set to an instance of an object thrown in console
Regression introduced in: 5.3.0f1 (b948b362cb65)
Expected behaviour: Prior to regression the following message was printed in console: "Failed to call AnimationEvent MyFunction of class EventReceiver. The function must have either 0 or 1 parameters and the parameter can only be: string, float, int, enum, Object and AnimationEvent."
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- LOD Group Component Meshes do not change when the Scene view is closed
- Containers' height doesn't expand when text wraps
- Variable is set to a different value from the selected enum value in the Editor dropdown
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
Add comment