mob-sakai / ParticleEffectForUGUI

Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.
MIT License
4.41k stars 625 forks source link

Converting invalid MinMaxAABB #266

Closed anhvuive closed 1 year ago

anhvuive commented 1 year ago

I am doing a project on unity 2021.3.28 and got this error. image image

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 ()

mob-sakai commented 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?

repos

mob-sakai commented 1 year ago

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.