UnityEngine.Canvas:SendWillRenderCanvases

Hi Friends,

I got the below error while playing my scene.

Error : Invalid AABB inAABB.

Help me solve this error msg.

@ahmadian This error makes it look like the game created an infinitely large AABB for one of the objects. This error comes when you have negative scale value of some gameobjects. Just set back the -ve value to +ve values.