Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3.1f1
2020.2
Issue ID
1249923
Regression
No
Particle System does not update the referenced Sprite when changing PPU in the Import Settings
Reproduction steps:
1. Open the project from the attached file "1249923.zip"
2. Open the SampleScene and select "Particle System" in the Hierarchy
3. Inspect the Scene View
4. From Assets open test Sprite
5. In the Inspector change Pixels Per Unit to 25
6. Select the "Particle System" in the Hierarchy and inspect the Scene View
Expected result: Sprite rendered by the Particle System is bigger than before
Actual result: Sprite rendered by the Particle System did not change
Reproducible with: 2018.4.24f1, 2019.4.1f1, 2020.1.0b13, 2020.2.0a15
Note: Reproducible when Sprite is referenced in Texture Sheet Animation and Shape modules
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
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
Resolution Note:
PPU is a value that is not used by the particle system. It is difficult to know how it should be used and would require supporting projects that have different PPU but are happy with the current size and projects that want the PPU to have an influence on the particle size.
This would be easier for a user to fix with a script to set particle start size from sprite PPU, to get the linkage they want.