Search Unity

Unite 2014 - AI video - AngryAnt files

Discussion in 'General Discussion' started by rkaetano, Aug 27, 2014.

  1. rkaetano

    rkaetano

    Joined:
    Aug 27, 2012
    Posts:
    61
    Hey guys, does anybody here know, if those files will be available to people which was not in the presentation ?
     
  2. Andy-Touch

    Andy-Touch

    A Moon Shaped Bool Unity Legend

    Joined:
    May 5, 2014
    Posts:
    1,483
    Did you look on our Youtube Channel?

     
  3. rkaetano

    rkaetano

    Joined:
    Aug 27, 2012
    Posts:
    61
    Sry about that.
    Yesterday when I saw the video, this link was not in the description.
    Shame on me!
     
  4. AngryAnt

    AngryAnt

    Keyboard Operator

    Joined:
    Oct 25, 2005
    Posts:
    3,045
    No shame needed. It was initially not there, so I did the grown up thing and jumped up and down, screaming, until someone updated the description.
     
    NomadKing, rkaetano and shkar-noori like this.
  5. elmar1028

    elmar1028

    Joined:
    Nov 21, 2013
    Posts:
    2,359
    Did he use Unity3D to make a PowerPoint presentation? o_O
     
  6. rkaetano

    rkaetano

    Joined:
    Aug 27, 2012
    Posts:
    61
    Yeah... and even better... the code is included in the package... =)
     
  7. rkaetano

    rkaetano

    Joined:
    Aug 27, 2012
    Posts:
    61
    @AngryAnt
    Considering those examples. Could you, please, talk about the performance ?
    Like in a RTS game, which Architecture would have a better performance ?
    Based on what I saw in your video, I can imagine that the Behavior Tree would have a better performance, based in the amount of "actions" per box. Right ?
     
  8. AngryAnt

    AngryAnt

    Keyboard Operator

    Joined:
    Oct 25, 2005
    Posts:
    3,045
    Performance very much depends on how often you evaluate your behaviour logic and for how many entities and what the cost of your sensor actions / transition logic is.
     
  9. rkaetano

    rkaetano

    Joined:
    Aug 27, 2012
    Posts:
    61
    Thank you... =)
     
  10. TheValar

    TheValar

    Joined:
    Nov 12, 2012
    Posts:
    760
    This is sweet! It would be nice to have a thread with links to Unite related source code. I'm sure there were other presentations at Unite 2014 that provided some example code.