Search Issue Tracker
Duplicate
Duplicate in 2019.3.X
Votes
0
Found in
5.2
2019.3.0b1
Issue ID
1180021
Regression
Yes
Unity Events that have arguments cannot be used anymore
Repro steps:
1. Add a "Slider" component to the scene.
2. Select it and check its "On Value Changed" event property.
3. See that it has no argument and no method that takes a float can be assigned to it.
This has been found in 2019.3.0b1. The problem is not present in 2019.1. 2019.2 has not been checked.
The problem seems to appear for all UnityEvents that take arguments. If it does, the argument does not appear in the inspector, any existing method on it will appear as "missing", and no new method with the right signature (e.g. expecting a float) can be assigned.
Note that this is not exclusive to uGUI. Any use of UnityEvent anywhere will exhibit the same problem.
-
Resolution Note (2020.1.X):
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
This is a duplicate of issue #1178687