Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.1.0b1
Issue ID
979684
Regression
Yes
Particle System disappears when Start Rotation is set to a high number
How to reproduce:
1. Download project "ParticlesIssue.zip" and open in Unity
2. Enter "bug" scene
3. Select Particle System and set Start Rotation to 999999999999
-- Particle system disappears from the scene
Expected result: Degrees of rotation should be from 0 to 360 and when setting a high number, particles shouldn't disappear
Actual result: Particle system disappear from the scene
Regression first introduced in: 5.6.0b1
Reproducible with: 5.6.4p4, 2017.1.2p3, 2017.2.1p1, 2017.3.0f3, 2018.1.0b1
Not reproducible with: 5.5.6f1
RichardK note: in 5.5, the UI value is allowed to be really high, but the particles don't disappear. They act like fmod(rotation, 2*pi).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Add comment