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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment