Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0b1
2017.3.0f1
Issue ID
975260
Regression
Yes
Inherit Velocity module in Particle System doesn't work with Control Track
Reproduction steps:
1. Download project "ParticleControlTest.zip" and open in Unity
2. Enter Play mode
Expected: particle system inherits velocity from its transform no matter if Control Track with a timeline is used or not
Actual: particle system component doesn't inherit velocity from its transform when a Control Track with a timeline is used ("Particle System with Control Track")
Reproduced on: 2017.2.0b1; 2017.2.1p1; 2017.3.0f3; 2018.1.0b1
Not reproduced on: 2017.1.2p4; 2017.2.0a1; 2017.2.0a4
Regression introduced: 2017.2.0b1
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
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
Resolution Note:
This has slightly improved in recent changesets, but not completely fixed. Results are reasonably close if the animation system and particle system are looped inside the timeline, instead of looping the timeline itself (which restarts the particle system on every loop)