I see that actor can contain multiple objects but how do I use that for let's say set random destination for Ai between all objects in an actor?

  • You can either add multiple game objects to a Game Object actor in the machine using the schematic or use the Find Object settings of the actor to Find All matching game objects.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Unity supports having a few game objects sharing the same name, so you can name all of objects you want to be actors in an event the same, which will enable you to use them all.
  • Hmm! Not sure I understand both of that but will try to see how it work. Thank!
Sign In or Register to comment.