Problem with the nesting mechanism of prefab decorators

@property ({ serializable: true }) private _index: number = 0;
I would like to ask you, I found that a prefab uses serializable (decorator), for example, this decorator selects 2, when this prefab is used by a new scene, if the decorator option is not manually selected, the new scene will not record the option of this decorator.

78678678678678

In this way, when the decorator option is changed to 1 in the original prefab, all scenes that have not made a selection will become 1. However, if this decorator is selected to be used by a new scene, click 1 and then click 2. This decorator will be recorded by the scene. No matter how the original prefab is changed, it will not affect the selection of the scene. Is there a way to make this decorator generate this record symbol when it is used in a new scene?

1 Like