Search Unity

Bug Would it be possible to backport this bug fix from 2022.2 to 2022.1?

Discussion in 'Editor & General Support' started by Nexer8, May 16, 2022.

  1. Nexer8

    Nexer8

    Joined:
    Dec 10, 2017
    Posts:
    271
    If you call SerializedObject.ApplyModifiedProperties after deleting a property, you will get an error saying "SerializedProperty has disappeared". This happens EVERY time you do it. The good news is that it is fixed in 2022.2 alpha..

    https://issuetracker.unity3d.com/is...oving-array-item-containing-managed-reference

    ..The bad news is that this version is months away from release. Would it be possible to backport this fix to 2022.1 considering how often it appears? Having an error pop up every time you do a basic task is not the way things should be, and makes the entire engine feel more buggy than it really is.