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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment