Endless runner YouTube tutorial - obstacle spawning at same place

the obstacles are spawned always at the first tile. looks like the spawn points are not updated and using the same value over and over.
can someone help on solving this




1 Like

I think it’s the origin ( 0,0,0 ). Try changing those nodes to ‘GetWorldTransform’.

1 Like

Thanks a lot
That helped the issue.

1 Like