mob-sakai / ParticleEffectForUGUI

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

Fix Editor sometimes crashes when entering Play Mode #289

Closed wmltogether closed 10 months ago

wmltogether commented 10 months ago

Version: Unity 2021.3.31

There are some particle prefabs in the project that were created using version 3.x. When the editor enters Play Mode, the deserialization operation will cause the editor to crash.

Managed Stacktrace:

================================================================= at <0xffffffff> at UnityEngine.Transform:set_localScale_Injected <0x00153> at UnityEngine.Transform:set_localScale <0x0007a> at Coffee.UIExtensions.UIParticle:b__83_0 <0x0025a> at UnityEditor.EditorApplication:Internal_CallDelayFunctions <0x002df> at System.Object:runtime_invoke_void <0x00184>

mob-sakai commented 10 months ago

@wmltogether Thank you for your cooperation!

github-actions[bot] commented 10 months ago

:tada: This PR is included in version 4.5.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: