Iterator Question

Forums 💬 NodeCanvas 🗨️ General Discussion Iterator Question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14393
    atmuc
    Participant

      I will instantiate several game objects.i use Iterate composite in BT, and gameobject list for spawnpoint. It looks it iterates on each frame. how can i make iterate faster?

      #14394
      Gavalakis
      Keymaster

        Hey,

        The current Iterator implementation works by ticking the child node every other frame, yes.
        Here is an implementation that does what you want:

        Probably I will keep this as default as well.

        Cheers!

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.