3.6.1 is not working in Unity 5

Hi Aron

i just download the last package, with an empty project , they show 2 errors:

Assets/AstarPathfindingProject/Core/AstarData.cs(86,44): error CS0234: The type or namespace name FormerlySerializedAs' does not exist in the namespace UnityEngine.Serialization’. Are you missing an assembly reference?

Ok… that is kinda strange. It is documented here and everything: http://docs.unity3d.com/ScriptReference/Serialization.FormerlySerializedAsAttribute.html

Try changing it to FormerlySerializedAsAttribute.

thanks :smile:

i just changed my Unity back to 4.6 , many libs i used is not fit with 5 :sweat: