How to reproduce:
1. Open the user’s attached “My project.zip” project
2. In the Project window, select “blah Variant.prefab”
3. In the Inspector window in the “War” Component, press the “+” or “-“ button
4. Left-click in the Inspector window
5. Observe the result
Expected result: Array doesn’t disappear and no errors in the Console window
Actual result: Array disappears and the “NullReferenceException: SerializedObject of SerializedProperty has been Disposed“ error appears in the Console window
Reproducible with: 2022.3.9f1, 2022.3.12f1
Not reproducible with: 2021.3.32f1, 2022.2.0a17, 2022.3.8f1, 2023.1.0a1, 2023.1.19f1, 2023.2.0b16, 2023.3.0a11
Reproduced on: macOS 13.5.2 (Intel)
Not reproducible on: No other environment tested
Notes:
- array becomes visible after deselecting and selecting GameObject
- the issue might be reproducible with newer streams than 2022.3, but because of the [Internal link] bug, the Inspector freezes