sturdyspoon / unity-movement-ai

A Unity library for common movement AI
MIT License
1.97k stars 282 forks source link

Only works with x, y axis #8

Closed burritobill closed 5 years ago

burritobill commented 7 years ago

It would make sense to be able to change axis from x,y to x,z for simple 3d games.

sturdyspoon commented 6 years ago

Yes it would make sense. The dev branch of this project is much farther along than master and already has x,z for 3D.

A number of people already use the dev branch instead of master so its pretty stable, but I'm not quite ready to merge all those changes into master.

sturdyspoon commented 5 years ago

I have merged the 3D code into master finally.