Search Issue Tracker
Fixed
Fixed in 6000.0.11f1, 7000.0.0a2
Votes
0
Found in
6000.0.5f1
7000.0.0a1
Issue ID
UUM-72670
Regression
Yes
Adding and removing items from SerializeField. UnityEvent throws a bunch of errors
*Steps to reproduce:*
# Create and open an empty project.
# Download and add the attached component 'TestClass.cs' to a game object.
# Add 2 or more items to the 'Unity Event ()' serialized property of the Test Class component.
# Remove all the items.
# Add the items again.
# Remove the items again.
*Actual results:* Several errors are thrown in the console and the items don't get removed properly.
*Expected results:* No errors are thrown and an item is removed when you press the minus button.
*Reproducible with versions:*
6000.0.5f1
2023.2.0a10
*Not reproducible with versions:*
2022.3.29f1
2021.3.38f1
*Tested on (OS):* MacOS (M1) 14.4.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Add comment