Forums › 💬 NodeCanvas › 🗨️ General Discussion › Iterator Question
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?
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!