Constantly getting an error

Hey, I just wanted to let you know that there might be a bug, because without doing anything it is throwing errors.

The error is :

ArrayTypeMismatchException: Source array type cannot be assigned to destination array type.
Pathfinding.Serialization.AstarSerializer.DeserializeEditorSettings (Pathfinding.GraphEditorBase graphEditors) (at Assets/AstarPathfindingProject/Core/Serialization/JsonSerializer.cs:728)
AstarPathEditor+c__AnonStorey2.<>m__2 (Boolean force) (at Assets/AstarPathfindingProject/Editor/AstarPathEditor.cs:2282)
AstarPath.ProcessWorkItems (Boolean force) (at Assets/AstarPathfindingProject/Core/AstarPath.cs:800)

It still works, but maybe it should be fixed somehow.

I have no idea why that error pops up for some people. I have only seen it once myself, which wasn’t enough to track down why it was happening.

(also see http://arongranberg.com/vanillaforums/discussion/1078/arraytypemismatchexception-on-install#latest )

Well at least it isn’t breaking the project.
And by the way I like to thank you for this high quality work, I really appreciate it!