Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.3.0f1
Issue ID
744083
Regression
No
ParticleSystem.EmitParams.ResetAngularVelocity doesn't revert angularVelocity
ParticleSystem.EmitParams.ResetAngularVelocity() doesn't revert EmitParams.angularVelocity and angularVelocity3D settings.
2. How we can reproduce it using the example you attached
a. Open scene 1 and Run it
b. Press 'Emit(params,count)' and 'Emit(count)' btns to confirm that angularVelocity is applied
c. Press 'Reset to original' btn
d. Press again 'Emit(params,count)' and 'Emit(params,count)' btns
Expected: Particles emitted from these 2 calls should look identical.
Actual: Particles from Emit(params,count) still have angularVelocity initial setting applied.
Note: this project demoes only angularVelocity issue. But same principle applied to angularVelocity3D.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
Add comment