Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.2.10f1
2018.3.0a1
2019.1.0a1
Issue ID
1095741
Regression
No
Particle System is emitting sliced sprites inaccurately when Renderer Material is set to Default-Particle
How to reproduce:
1. Download, extract and open the attached project (1095741repro.zip)
2. Open 'repro' scene
3. Click on the Particle System and if it is not playing, play it
Expected results: Particle System is emitting sliced sprites properly
Actual results: Particle System is emitting sliced sprites inaccurately (notice the yellow spots in the sprites)
Reproducible with: 2017.4.17f1, 2018.3.0f2, 2019.1.0a11
Note: To see what it should look like, change the Renderer Material to Sprites-Default.
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
- Decal not projected on top of a Lit Material when MSAA is enabled, and Rendering Path is Forward or Forward+ in a Standalone Build
- Separation lines between minimized fields become invisible when scrolling in the Profiler
- Drag & drop and object picker assignment fail when ExposedReference variables are used in a Timeline clip
- AudioSource.time prints out 0 when AudioSource is not playing even if it is manually set
- [Android][GameActivity] Crash on "UnityMotionEventCallbacks::_GetPointerIdImpl" when giving 8 simultaneous touch inputs
Resolution Note:
Default-Particle is officially deprecated as-of 2018.3. Use the Standard Particle Unlit shader instead, which handles this situation correctly.
Additionally, in 2018.3, the new shader is the default when creating new Particle Systems.