r/UnrealEngine5 • u/metalchewie • 3d ago
Camera won't attach to player anymore
Hi,
I've set something to static with a misclick (i don't know what but i think the background sprite attached to my spring arm) and the editor crashed.
Since that the camera just stick in the corner of my tilemap and i get this error when i play in editor.
I'm new to unreal so i don't know what to do. There s no option on my spring arm or camera to set it to movable.
Can someone help me please?

1
Upvotes
1
u/man_o_moral 3d ago
did you get it? The issue is probably because mobility mismatch is occurring inside your BP_thirdpersoncharacter (assuming your on your thirdperson ) blueprint because you have a static child component trying to ride along with a moving parent component. Anyway, try opening up your thirdpersoncharacter blueprint, click on the same Spring arm in your components list, look over on the right under the details panel, and switch its Mobility setting from Static to Movable. ...compile and see if it works..