- Home /
UnityEditor.SerializedProperty' does not contain a definition for `GetArrayItems'
I am trying to upgrade my vuforia project to latest vuforia 6.2 i followed instructions adding configurationupgrade.cs inside editor but getting this error need help please.
Blockquote
Assets/ConfigurationUpgrade.cs(321,60): 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?
Blockquote
Code line : serializedObject.FindProperty(property.BehaviourName).GetArrayItems(out data);
Obviously the class file is literally missing the method
GetArrayItems(out data Data)
{
}
Likely an extension method for seralizedObject, is it possible that your vuforia requires a different or newer version of Unity?
I have the same problem. Posted it here in the Vuforia Forum