Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Navigation #100

Closed
wants to merge 2 commits into from
Closed

Update Navigation #100

wants to merge 2 commits into from

Commits on Jan 10, 2024

  1. Update Navigation. Buildings and resources are now included in the na…

    …vigation mesh. This improves unit pathfinding. Also the navigation radius of the tank was lowered to make it more manouverable and close the gap between big and small units since the NavMesh is baked for both of them but orients itself on the bigger units
    kbendler committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b7b05d0 View commit details
    Browse the repository at this point in the history
  2. Removed 2 debug prints and fixed UnitPlacementUtils

    - Because of the now more detailed NavMesh, the structure placement sometimes bugged out in areas with small navigation triangles because the default tolerance of the .is_equal_approx function was to small.
    kbendler committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a980151 View commit details
    Browse the repository at this point in the history