2nd Level won't loop to beginning

For some reason, the Under level won’t loop to the first level when I reach the landing pad. I’ve compared my code and Rick’s several times, checked my landing pad’s tags, and I still don’t see what I did wrong.

Hi!

It’s kinda hard to help you with this information. Does your game load any scene at all? Does the console throw an error? Does nothing happen?

Here are some ideas of what might be going on:

  • You forgot to add all of your scenes in Build Settings. Go to File > Build Settings.
  • You forgot to save the Script in Visual Studio.
  • You forgot to add the Collision Handler script to your rocket.

So as I was investigating the problem, I discovered that the Landing Pad in the second level was missing the “Finish.” tag. It was properly tagged in the first level, so I had assumed that the Prefab I had saved had the proper tag. Obviously, it did not. Kinda embarrassed that I got tripped up over something so small, but hey, that’s how you learn, right? Thanks for the help!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms