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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment