mob-sakai / mob-sakai/ParticleEffectForUGUI
not displayed when Inactive -> Active
@mob-sakai is already working on this.
Since Jan 13, 2026.
- Dominant language
- C#
- Stars
- 6k
- Forks
- 762
- PR merge metrics
- No merged PRs in 30d
Description
NOTE: Your issue may already be reported! Please search on the issue tracker before creating one.
Describe the bug
When the GameObject of the child particle system is in the InActive state, if the GameObject of the parent UIParticle is changed from InActive to Active, the particles will display normally from the second Active state when the GameObject of the child particle system is changed to Active.
To Reproduce
Steps to reproduce the behavior:
- Set the parent UIParticle.
- Set the child ParticleSystem and InActivate the corresponding GameObject.
- Make the parent GameObject InActive and then Active.
- Verify that particles are not displayed when the child GameObject is Active.
- Verify that particles are displayed when the child GameObject is InActive and then Active.
Expected behavior
particles are not displayed
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- Version 4.11.3
- Platform: All
- Unity version: 6000.3.3f1
- Build options: IL2CPP
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.