How to reproduce:
1. Open the “SetDirtyBug“ project
2. Open the “SampleScene“
3. Duplicate the “Assets/My Scriptable Object.asset“ in the Project window
4. Open the “Assets/My Scriptable Object 1.asset“ in a Text Editor
5. Open the “Assets/My Scriptable Object 1.asset“ in the Inspector
6. Observe the “myVariable“ field in the Text Editor and the “My Variable“ field in the Inspector
Expected result: The “myVariable“ field and the “My Variable“ field have the same value
Actual result: The “myVariable“ field and the “My Variable“ field have different values
Reproducible with: 2021.3.40f1, 2022.3.35f1, 6000.0.8f1
Reproducible on: macOS 14.5 (Intel), Windows 10 Pro (22H2)
Not reproducible on: No other environments tested