Distibuting Minion

Options
aanimation
edited June 2015 in Any Topic & Chat
hai..currently i just create an MOBA game, it have some minions.
networking using photon unity and A* Pathfinding by Aron G.

i have problem about minions at attacking. how to distributed them so not overlapping by other.
by the way i have add charactercontroller each other, and i was trying to add capsuleCollider, but they still trigger each other while in position.

Comments

  • Tobias
    Options
    You should be able to send the target position per minion, if it changes and then move them independently on each client?
    If they should not trigger each others colliders, you need to setup the collision layers, right? Never did this myself.