I'm upgrading to Vuforia 6.2 and copied over the ConfigurationUpgrade.cs script. Is there a way to fix the following error?
Assets/ConfigurationUpgrade.cs(327,79): error CS1061: Type `UnityEditor.SerializedProperty' does not contain a definition for `GetArrayItems' and no extension method `GetArrayItems' of type `UnityEditor.SerializedProperty' could be found. Are you missing an assembly reference?
```
serializedObject.FindProperty(property.BehaviourName).GetArrayItems(out data);
```
Also, is there a place to get the source file ConfigrationUpgrade.cs and not need to cut and paste it?
I'm getting this same error. Has anyone found a solution? BTW, I did add it to the Assets/Editor folder and it makes no difference.