mikxingu / HexMap_Editor

Unity Game about hexagonal map generation, edition and navigation. This repo has been discontinued and has become Read-Only. Head to the link below to get the last public version.
https://github.com/TechStrikeBrasil/HexMap-Revisited
Other
4 stars 1 forks source link

Finished Part 19 #31

Closed mikxingu closed 4 years ago

mikxingu commented 4 years ago

Ok, so this was a major gameplay update. I learned how to create a complementary class for making Beziér curves for units movement. I implemented it correctly, tested it, and created a code to check the unit's last traveled path. It is disabled, but the code still there in case I need it for future testing.