unintentional sprite trail

illegalincompatibleantelope
so, it’s a ball spinning around the center and another one ahead, in the editor there are no errors but when I build an apk this is what happens on the cell phone. What could be happening?

One guess is that the Camera.clearFlags is set to Don’t Clear (1st property in the inspector).

1 Like

I didn’t find…

I didn’t find…

6122453--667217--Anotação 2020-07-23 115757.png

I have no idea what you mean by this.

I didn’t find the Camera.ClearFlags option.

I posted a screenshot along with my comment.

You’re using a newer version which is Background Type. Make sure the solid colour alpha is not set to 0 (fully transparent) but 1 (opaque).

1 Like

That helped, thanks.