Search Unity

AngryAnts Path - DemoSeeker

Discussion in 'Scripting' started by jmacdonald, Aug 20, 2009.

  1. jmacdonald

    jmacdonald

    Joined:
    Aug 3, 2009
    Posts:
    1
    I was playing around with the DemoSeeker.cs file and was wondering if anyone is having trouble when trying to add a requiredTag to the requiredTags field in the seeker(constructor). If you add to it by saying requiredTags = new string[] {"Example"};it will say search failed. The excludedTags works great when using it this way. Any help would be much appreciated.