We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0f89f commit 0a43f4eCopy full SHA for 0a43f4e
Editor/Drawers/RawReferenceDrawer.cs
@@ -121,7 +121,7 @@ private void AvoidDuplicateReferencesInArray()
121
122
if (previousReferenceValue == currentReferenceValue)
123
{
124
- rawReferenceProperty.managedReferenceValue = CreateInstance(currentReferenceValue);
+ RawReferenceValue = CreateInstance(currentReferenceValue);
125
rawReferenceProperty.serializedObject.ApplyModifiedProperties();
126
}
127
0 commit comments