I finally started my FIRST game in UE4 (after watching a lot and a lot of tutorials) and I’m still stuck for a lot of things but I’m learning lol
In my game, I need to have a camera, movable with arrow and ZQSD. So I make an Actor blueprint with a camera, but even if I have changed my default scene by a new scene, I have still a weird sphere
The sphere is center when I run the game from my blueprint, and it’s in very weird place when I launch the game from my editor. It drives me crazy x)
I read a lot of post with the same problem but I didn’t find any answer which work with me
Screenshots :
Thanks in advance Sorry if it’s a noob question but I really thought tutorials were enough to start a game lol it’s harder than this
on the blue print you have an item called “Root” i assume this is a “DefaultSceneRoot” instead of this, click the add component and type in “scene”. then replace that root node with the new scene component. That should get rid of the sphere. Hope that helps.