Search Unity

Distibuting Minion

Discussion in 'Multiplayer' started by aanimation, Jun 10, 2015.

  1. aanimation

    aanimation

    Joined:
    Oct 23, 2012
    Posts:
    49
    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.
     
  2. Whippets

    Whippets

    Joined:
    Feb 28, 2013
    Posts:
    1,775
    Put the minions on a separate Layer and ignore that layer to stop them triggering each other.