how can i do that enemy cars start coming up from my 2nd level of the game ?

Hello,

i already wrote my quesion in the first box.
I’m on the beginning of my first game.
I hope you can help me to figute something out and fix this problem that i can finish my game.

The game is about some car that moves i one direction and i can move the car only left and right,and from other direction are coming some objects.
I want that in the first level are some objects to be fixed in one place,and only my car is moving in the diretcion to them, but after, i want like i write in the first box that other cars are also coming up into my direction.

My problem for now is how to make this transition from one level to other?
Like said in the first box.
how can i do that enemy cars start coming up from my 2nd level of the game ?

You should make a new prefab for the moving cars. You’ll have to program new behavior for them to give them velocity toward the player. I can’t really tell what part you’re having trouble with though. The question is too general.