Problem when Building and Running

Hi guys,

I was following the 2D tutorial, and it was OK. Then I have modified the scripts in order to let the character “Lerpz” walk in 3D. I have created a new Scene with the prefabs from 2D tuto, and when I execute it within Unity … it worls perfectly, Lerpz can walk on 3D world, but when I Build the Scene …and execute it out of Unity …i just have moves on the 2D world, i dont know, i think it is getting back the Script 2D and not building with the modified Scripts…

What is getting wrong ?

Could somebody help me, please ?

Thanks in advance!!

Problem Solved:

I took a look at the Project Settings → Axis, then i saw that it was configured just to move on the 2D world, so i’ve modified it and it worked well !!!

I think that configurations are not readed in execution time (within Unity), but just when I build and Run it !!!

Anyway…

Thanks …so far Unity has worked perfectly!!!