Search Issue Tracker
Fixed
Fixed in 2021.3.X, 2021.3.35f1
Votes
0
Found in
2021.3.19f1
Issue ID
UUM-30674
Regression
No
RegisterValueChangeCallback is not called when changing the function field
Reproduction steps:
1. Open the attached project “CallbackBug”
2. Open the scene “Assets/Scenes/SampleScene”
3. In the Hierarchy window select the GameObject called “GameObject”
4. In the Inspector window add the list item to the “Unity Event ()” list
5. Add the script of your choice to the newly created list item
6. Assign the function to the list item
Expected result: Callback is registered when assigning the function
Actual result: The change is not detected
Reproducible with: 2021.3.19f1, 2022.1.0a15
Not reproducible with: 2022.2.8f1, 2023.1.0b7, 2023.2.0a5
Couldn't test with: 2020.3.45f1 ('InspectorElement' does not contain a definition for 'FillDefaultInspector')
Fixed in: 2022.1.0a16
Reproducible on: Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GUI Error: Invalid GUILayout state in ConsoleWindow view" and "NullReferenceException" errors are thrown when pinging GameObject in inactive Hierarchy from Console
- Crash on profiling::Dispatcher::AcquireFreeBuffer when the Editor's profiler session acquires a new dispatch buffer to emit UI events
- [XRIT] CurveVisualController causes "Invalid AABB" and "IsFinite(distanceForSort)" errors when startup endpoint equals origin
- Building with -nographics breaks VFX Graph Position (Depth) as an Operator
- MacOS server cannot find libMonoPosixHelper.dylib when calling GZipStream
Add comment