RTS devlog #6: 1000 units bandwidth

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • but thinking in vectors, why don't just update destinations on delta? so basically

    if CurrentDestination != FinalDestination != StartingPoint then delta FinalDestination, so they will move in a predictable way only if the destination is not the starting point (they reached destination) or have a different target to move to.