Fixed many things.
This commit is contained in:
@ -77,6 +77,7 @@ public class CharacterFactory : MonoBehaviour
|
||||
{
|
||||
GameManager._defendersTeam.RegisterAgent(npc);
|
||||
}
|
||||
|
||||
npc.GetCharacter.Team = team;
|
||||
npc.SetModel(team.ToString(), null, InferenceDevice.Default );
|
||||
gameobject.GetComponent<MovementController>().PointStartID = spawnPoint.PointId;
|
||||
|
Reference in New Issue
Block a user