Hi @00k ,
I did some research and noticed that when you create a new project in Unreal, the camera is placed quite far from the character. This happens because of the changes they made to the new First Person template in UE 5.6.
Here’s the official link with all the updates, in case you want to check it out:
To fix it, you can simply move the camera a bit closer. Go into BP_FirstPersonCharacter, select the camera component, and adjust its position closer to the character.
This is also due to the new first-person rendering system ,now the full body is rendered instead of just the arms like in previous versions. So when the camera is too far, you might see polygons .(That didn’t happen before because the character didn’t have a visible body in first person).
(UE 5.5)
As for the audio issue and the few seconds of delay when entering and exiting PIE, they might actually be related. Unreal’s audio system can cause problems if something’s off during initialization.
Here’s what might help:
Update your drivers.
Also, just in case (not sure if it applies to you), make sure you have an audio output device connected. I saw a few reports where people had similar issues just because no audio device was active.
(In my case, I didn’t run into any audio issues or the 1–3 seconds of lag when entering or exiting PIE when creating a new project)
Hope this helps! Let me know if you need anything else.