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

Upgrade to Unity 5.5 #47

Open sinbad opened 7 years ago

sinbad commented 7 years ago

I've just started trying out UnitySteer: thanks for creating it!

Unity 5.5 moves a few classes around and the auto-upgrade makes a bit of a mess of it, pre-pending the new namespace everywhere which will cause some merge issues down the line; the better solution is just to import the new namespaces, which is what this PR does.

Pretty simple but hope it's useful 😄

ricardojmendez commented 7 years ago

Thanks for the PR @sinbad. Give me few days to download Unity 5.5 and check it out (as well as what the issue is with Travis).