Hello,
I was wondering if there is a certain code in c# where if the code is placed in any script that is currently running, the game will not render the current frame, but will render the last frame of the game where the line of code isn’t processed…
I have a scenario where I have a mansion with endless rooms, and when I change rooms, a whole bunch of game objects have to process and move around (to produce the next room). I don’t want the players to see the game objects process as the next room is developing, and would like to skip that part of the rendering, to where the graphics of the game pauses until the next room is finished processing. Also, turning off the physics and other features until then would be nice too. How would I do this, but more preferably with the graphics?
Thank you,
Michael S. Lowe