I'm following the Blueprint Endless Runner. Spawning subsequent floor tiles after the first sometimes causes the spawn to fail with the following message:
"SpawnActor failed because of collision at the spawn location"
Each spawn will succeed if I move the tile attach point away from the floor mesh. The side effect is that there is a gap between each spawned tile.
What it the correct way to spawn the tiles tight up against one another without encountering this issue?
"SpawnActor failed because of collision at the spawn location"
Each spawn will succeed if I move the tile attach point away from the floor mesh. The side effect is that there is a gap between each spawned tile.
What it the correct way to spawn the tiles tight up against one another without encountering this issue?
Comment