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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment