I have an orthographic camera setup in the project but once I use the “Set Game Paused” node it turns into perspective. Unpausing the game brings it back to orthographic mode. Is this a bug or what?
I’m using 5.1.
Hey @AjaXXI!
That is some off behavior. Do you only have one camera in the scene? How did you set up your orthographic camera? Can you provide screenshots of your error and of your blueprints?
Any additional specifics or info you can provide may go a long way in solving your problem.
1 Like
I’ve solved the issue by adding a 0.01s delay between my Gamemode’s BeginPlay and the SetGamePaused node. Idk what exactly happens in the background but it works.