ricardojmendez / UnitySteer

Steering, obstacle avoidance and path following behaviors for the Unity Game Engine
https://numergent.com/tags/unitysteer/
Other
1.21k stars 277 forks source link

Small fix for Unity5 support : GetNavMeshLayerFromName to GetAreaFromName #30

Closed Indiefreaks closed 9 years ago

Indiefreaks commented 9 years ago

Small fix for Unity5 support : GetNavMeshLayerFromName to GetAreaFromName as the former is obsolete in Unity5.

ricardojmendez commented 9 years ago

Thanks @Indiefreaks. I'm still not on Unity 5 and need to make a couple changes to develop for 4.6 before I close the UnitySteer 3 branch, but will merge it soon. Cheers!

ricardojmendez commented 9 years ago

Good move on adding the #ifdef. Cheers! :-)