This is how my 3D game environment looks like, i am making my player to travel from level 1 Starting point to End Point by taking coins and attacking enemies.
My problem is after picking the diamond in the end point of level 1, player has to go to another level i.e, level 2 starting position(another transform position in the same scene). like wise for level 3 & 4.
please tell me how to do it. I have tried some over writing transform position(Vector 3) scripts but didn’t work. help me please.