|
Post by redghostofthenight on Jan 16, 2016 7:04:21 GMT
Hello! As the title states, I set the enemies to spawn when I collide with an object... but they spawn when I start the scene. Any ideas? I'm following your tutorials, so far it's been working no sweat, but now I can't seem to get around this issue...
|
|
|
Post by DarkTonic Dev on Jan 16, 2016 7:14:39 GMT
Sounds like a Triggered Spawner, right? If you're using collision event, then you must be colliding with something, without you knowing. To tell for sure, delete the Collision Enter wave or whichever one you're using. If it no longer spawns, then you'll need to figure out what hard-to-see collision is happening and spawning the wave.
You might want to use a tag / layer filter as well to make sure.
|
|
|
Post by redghostofthenight on Jan 16, 2016 7:28:37 GMT
Ahhhhh yes, so obvious.... I believe that was the solution! Cheers! Thanks so much 
|
|
|
Post by DarkTonic Dev on Jan 16, 2016 7:49:22 GMT
No problem.
|
|