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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment