Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.1.X, 2020.2.X
Votes
0
Found in
2018.4
2019.4
2020.1
2020.1.2f1
2020.2
Issue ID
1273773
Regression
No
Particle Bounds are displayed incorrectly until a change is made in the Particle System when the particles are generated by code
How to reproduce:
1. Open the attached 'project-1273773.zip' project
2. Enter Play mode
3. In the Hierarchy window select 'Particle System'
4. In the Scene window select 'Show Bounds'
5. Observe the bounds
Expected result: bounds match the particles (cube)
Actual result: bounds do no match the particles (distorted square)
Reproducible with: 2018.4.27f1, 2019.4.9f1, 2020.1.4f1, 2020.2.0b2
Note: making any single change in the Particle System game object (manually or by code) will reset the bounds to the right size/shape
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Imported FBX is rendered differently in Game view when comparing to Scene view
- "GetAllOverlapping failed" Error displayed in console or endless loading process on Application.Message.LeftButtonUp when cycle-selecting GameObjects with GPU Resident Drawer enabled
- Scene View has an inverted Game View window when changing from Game View to Scene View on a specific project
- An error is thrown when one TreeView root element is dragged and held over a parent element but is dropped between the elements
- Text Object position shifts when selecting multiple Text Objects and expanding the Extra Settings in the Inspector
Resolution Note (fix version 2021.1):
This was caused by a bug in Play that resets that systems procedural mode state causing the bounds to be incorrectly calculated. A workaround for this is to not call Play after calling SetParticles. Call Play first and then SetParticles.
Fixed in 2021.1.0a1
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0b7
Resolution Note (fix version 2020.1):
Fixed in 2020.1.11f1