After changing the placement of each object one by one, I was able to identify the object causing the error. However, this object is placed below the UI layer, and despite being no different from other objects, the error seems to occur only when this object is placed.
Understood!
Are you generating objects via the UI?
Due to the impact of deleting the object root, when generating objects on the UI layer, you must use a mechanism similar to camera following, involving ObjectMounTarget and MountID.
(Note: Parallax2D is not available on the UI layer.)
Thank you for your response.
It seems the object placed in the UI was indeed the cause.
Since the information you provided is still beyond my current understanding, I would like to explore creating the object using a different approach.
Thank you very much.