Does anyone know if it’s possible to change the default view position when a level first loads. The issue I have is that it takes a second or two to possess my character at the start of a level and the position that the camera is in while this happens is really ugly (it’s beneath the landscape and looks wrong).
I saw a youtube video where they had the same issue while developing a character select screen when a level loaded, The camera was in the wrong position when they were choosing a character to possess, their solution was to select everything in a level and move it all down in the z axis. Unfortunately I cant do this as it would mess up some of the logic in my game if everything was in a different position.