Search Issue Tracker
Fixed in 5.5.1
Votes
0
Found in
5.5.0f3
Issue ID
861058
Regression
No
Particle Emission does not work, when parent has Kinematic Rigidbody 2D
Reproduction steps:
1. Open project attached (ParticleDistanceBug).
2. Open scene "TestScene".
3. Press Play.
Expected result: Particle system, that has parent with Kinematic Rigidbody 2D, will act as particle system with parent without Rigidbody 2D.
Actual result. Particle system, that has parent with Kinematic Rigidbody 2D, does not spawn particles.
Reproduce on: 5.5.0f3, 5.5.0p1.
Works fine in: 5.6.0b1.
Notes:
"Kinematic Rigidbody 2D is designed to be repositioned explicitly via Rigidbody2D.MovePosition or Rigidbody2D.MoveRotation. Use physics queries to detect collisions, and scripts to decide where and how the Rigidbody 2D should move."
It works fine it uses "Use full Kinematic control"
This problem might be caused by Rigidbody 2D. If you mark "Use full Kinematic control" and change body type to Dynamic, it will still act as Kinematic with "Use full Kinematic control" marked. Same with Body Type Static.
This Rigidbody 2D problem is not detected in 5.6.0b1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment