Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0b6
Issue ID
836146
Regression
Yes
[Emit] Using Emit() spawns particles in the wrong location when the system is not at the origin point
Particle systems offset from the origin point emit particles at the wrong location when Emit() is used.
Repro steps:
1. Open Scene1 from attached project.
2. Press Play
3. In the game view, press "Space" to emit blue particles.
4. Observe that blue particles are not spawning in the same location as the white ones
Expected outcome: Emit() to emit particles at the same location as the particle system.
Notes:
- Regression, works in 5.4.1f1, breaks from 5.5.0b1 onwards.
- World and Local space behave differently, but both emit at the wrong location.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ComputeBuffer readback fails when Render Graph is enabled
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
Add comment