Closed anhvuive closed 1 year ago
Thank you for your reporting! I would like to know more about this issue.
Could you please attach a minimal project (included Assets
, Packages
and ProjectSettings
directories) that reproduces the issue?
Since there has been no new discussion for a long time, this issue was closed. If the same issue arises, please re-open this issue.
I am doing a project on unity 2021.3.28 and got this error.
Converting invalid MinMaxAABB UnityEngine.StackTraceUtility:ExtractStackTrace () Coffee.UIExtensions.UIParticleUpdater:BakeMesh (Coffee.UIExtensions.UIParticle) (at Assets/com.coffee.ui-particle@69bde2cf3d/Scripts/UIParticleUpdater.cs:238) Coffee.UIExtensions.UIParticleUpdater:Refresh (Coffee.UIExtensions.UIParticle) (at Assets/com.coffee.ui-particle@69bde2cf3d/Scripts/UIParticleUpdater.cs:74) Coffee.UIExtensions.UIParticleUpdater:Refresh () (at Assets/com.coffee.ui-particle@69bde2cf3d/Scripts/UIParticleUpdater.cs:54) UnityEngine.Canvas:SendWillRenderCanvases ()
Mesh '': abnormal mesh bounds - most likely it has some invalid vertices (+/-inifinity or NANs) due to errors exporting. Mesh bounds min=(-nan(ind), -nan(ind), -nan(ind)), max=(-nan(ind), -nan(ind), -nan(ind)). Please make sure the mesh is exported without any errors. UnityEngine.StackTraceUtility:ExtractStackTrace () Coffee.UIExtensions.UIParticleUpdater:BakeMesh (Coffee.UIExtensions.UIParticle) (at Assets/com.coffee.ui-particle@69bde2cf3d/Scripts/UIParticleUpdater.cs:238) Coffee.UIExtensions.UIParticleUpdater:Refresh (Coffee.UIExtensions.UIParticle) (at Assets/com.coffee.ui-particle@69bde2cf3d/Scripts/UIParticleUpdater.cs:74) Coffee.UIExtensions.UIParticleUpdater:Refresh () (at Assets/com.coffee.ui-particle@69bde2cf3d/Scripts/UIParticleUpdater.cs:54) UnityEngine.Canvas:SendWillRenderCanvases ()