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
- URP Package documentation link in Package manager leads to the deprecated page
- [Usability] No setup script for Render Pipeline Assets for the proper URP Sample usage
- csc.rsp -additionalfile files are not treated as dependencies and are not reloaded when the file contents change
- Error ‘cannot use casts on l-values’ when a variable is assigned inside a second-level nested if statement before being used in a conversion
- "You cannot save to an invalid folder" warning dialog box is shown when canceling Tile Palette creation
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)