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

Funky Explored Cells #36

Closed mikxingu closed 4 years ago

mikxingu commented 4 years ago

When moving from one cell to another too quickly, some cells lose their explored properties, and they no longer get explored. This does not happen when I wait for a movement to finish before I start a new one.

mikxingu commented 4 years ago

I'm Closing this issue because the same error occurs on the original source code. As my first goal was to reproduce the project, this is "correct". After the release of the stable build, this could be worked as an improvement. I even have the idea of locking movement before the current movement has been finished.