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
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