camera move

Hello Unity3d i have a question.Can you move the camera from game window that is follow my character?because when i move my camera it just moves back to the position in started when i just start game mode.

If the camera is moving when you hit play, it’s because you have a script, or possibly have an animation, on it that moves it.

I’m not sure on exact format, but perhaps if your using it in update, put it in lateupdate instead. Check over other code too, see if you have other code that effects it. No one can give you a direct answer here.

I’d submit this as a question on Unity Answers page up at the top. Put your code in there, you’ll get a more proper answer there than you will here. This is what it’s for. :slight_smile: