UnitySteer icon indicating copy to clipboard operation
UnitySteer copied to clipboard

Compatibility with Unity 2017

Open yhancik opened this issue 6 years ago • 3 comments

  • added if UNITY_2017_1_OR_NEWER directive
  • default navmesh area in 2017 is "Walkable"

yhancik avatar Mar 12 '18 22:03 yhancik

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).

yhancik avatar Mar 12 '18 23:03 yhancik

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

ricardojmendez avatar Mar 19 '18 11:03 ricardojmendez

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

yhancik avatar Mar 19 '18 19:03 yhancik