How do you get rid of scary sphere appear on Unreal Engine?

Importing FBX buildings, houses, large objects. I always get jump scare after seeing scary sphere appeared no where. Does anyone know how to get rid of scary sphere on UE?

A picture would help, because I have no idea what sphere you’re talking about :slight_smile:

This doesn’t work on U.E 5 ( FBX import and Camera ). It’s scary.
It’s like UFO watching over.

Your inheriting you player class from default pawn (or it’s set to default pawn) which has a static mesh inside of it with a sphere. Either
a) inherit from another class.
b) set the static mesh to none.

1 Like