Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b16
Issue ID
793658
Regression
Yes
[Particle System] Start Size resets to 1 if not specified in Emit Params
Steps to reproduce:
1. Open attached project and its scene "test"
2. Select "Particle System" in the hierarchy and set its "Start Size" value to bigger or smaller than 1
3. Run the scene and press "A" to observe the change of particle system's parameters which have been specified by calling Emit(ParticleSystem.EmitParams emitParams, int count) in the "PartTest" script that is attached to the "Particle System"
4. Observe that new particle system's parameter "Start Size" resets to ~1 if it is not specified in the Emit(ParticleSystem.EmitParams emitParams, int count) script parameters
Actual behavior:
The "Start Size" of the new particle system resets to ~1
Expected behavior:
The "Start Size" of the new particle system should keep the value that is specified in the inspector if it is not specified in the script
Regression appeared in 5.4 version
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
Add comment