-
-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SerializedObject target has been destroyed. #267
Comments
mob-sakai
added a commit
that referenced
this issue
Aug 17, 2023
github-actions bot
pushed a commit
that referenced
this issue
Aug 18, 2023
# [4.2.0](4.1.7...4.2.0) (2023-08-18) ### Bug Fixes * assertion 'ps->array_size()' in UpdateMesh() when using trails of type ribbon ([f75fcce](f75fcce)), closes [#241](#241) * built-in shaders are no longer supported ([c2119c1](c2119c1)), closes [#233](#233) [#257](#257) * crash occurs when too many vertices are rendered ([723a04d](723a04d)) * error: SerializedObject target has been destroyed ([e930516](e930516)), closes [#267](#267) * excessive particle emitted on move ParticleSystem for local space simulation and emission over distance ([2fe0bde](2fe0bde)), closes [#265](#265) * fix typos ([52f2ef1](52f2ef1)) * generated GameObject will be named '[generated] *' ([9b2e5c1](9b2e5c1)) * inactive ParticleSystems are removed from the list on refresh ([4851a18](4851a18)) * mesh sharing not working ([8b4ca1a](8b4ca1a)), closes [#236](#236) * nullptr exceptions when using nested UIParticle components in hierarchy ([e67e948](e67e948)), closes [#246](#246) * nullReferenceException after copy-n-paste ([425aad0](425aad0)), closes [#258](#258) * remove unnecessary per-frame allocation. ([e92b514](e92b514)) * scaling ParticleSystem puts prewarmed particles in wrong location ([fb31db4](fb31db4)), closes [#235](#235) * sub-emitters option is not work in editor playing ([b308b26](b308b26)), closes [#231](#231) * the camera under UIParticle will be assigned as _orthoCamera ([c42f8c8](c42f8c8)) * UIParticleAttractor attracts the particles at wrong position when in RelativeMode ([68d9925](68d9925)), closes [#262](#262) ### Features * 'AbsoluteMode' option is renamed to 'PositionMode' ([67eff61](67eff61)) * 'AutoScaling' option will be imported from 'IgnoreCanvasScale' (for v3.x) ([4103041](4103041)) * add 'AutoScaling' option for UIParticle ([35325c8](35325c8)) * add 'UpdateMode' option for UIParticleAttractor ([903f702](903f702)), closes [#250](#250) * add particle system getter and setter for attractor ([a4bcf93](a4bcf93)), closes [#253](#253) * add public properties for UIParticleAttractor ([392ab6d](392ab6d)), closes [#253](#253) * add Start/StopEmission API for UIParticle ([e499836](e499836)), closes [#240](#240)
🎉 This issue has been resolved in version 4.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: