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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Add comment