- Home /
Object leaves an imprint of its shape in the starting position on iOS.
Hi,
I have an Object with a camera which rotates around the object (CinemachineFreeLook). Attached to the object are some UI elements in a WorldSpace Canvas.
Until now I tested the scene on Mac, Windows, Android and iOS and only on iOS the following happens:
If I start rotating the camera and the angle at which you are viewing the object changes the object basically leaves behind a resemblance of its shape in its starting position using the background color. Interestingly enough this shape also seems to be appearing in 3D space since I can move my UI elements in front of the shape and behind it. Also only the UI elements get affected by it. the object itself is always in front.
The only way I found to fix it temporarily was to tilt the device in portrait mode and then back into landscape mode. That seems to update everything and the shape is gone and also doesn't appear until restarting the app completely. Even reloading the scene at runtime doesn't make it appear again.
Has anyone had this issue before? How can I get rid of it in the first place?
Thanks in advance :)