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

Compatibility with Unity 2017 #62

Open yhancik opened 6 years ago

yhancik commented 6 years ago
yhancik commented 6 years ago

Beside that, Unity 2017 also automatically update all the scripts to prefix "Profiler" with "UnityEngine.Profiling." (and likewise, "NavMesh" with "UnityEngine.AI."). I didn't include that in the PR because I'm not 100% sure it wouldn't cause issues on older versions (although i assume not).

ricardojmendez commented 6 years ago

Thanks for the pull request @yhancik - I'll need to spend some time reviewing why CI is failing, though. Cheers!

yhancik commented 6 years ago

(damn! sorry, clicked on the wrong thumb!)