I am trying to make a game that spawns obstacles every second, but cannot figure out why it isn't working. Here is what I have so far, its basically supposed to spawn a new object called 'test' every tick, and add it into my array 'obstacles'. What am I doing wrong?
Thanks!
Thanks!
Comment