Search Issue Tracker
Fixed in 5.5.1
Votes
9
Found in
5.5.0f3
Issue ID
862158
Regression
Yes
When the Particle System setting 'Start Lifetime' is set to 80 and 'Prewarm' is checked, Unity standalone crashes
Reproduction steps:
1. Open the attached project 'case_862158-particle_bug';
2. Open the scene 'particlebugtesting';
3. Build in Standalone platform;
4. Open the built program;
Actual result: Unity standalone crashes and shows an error (862158_error.jpg).
Expected result: Unity standalone shouldn't crash.
Note: The crash happens, if 'Start Lifetime' is set exactly to 80 and 'Prewarm' is checked. If 'Prewarm' is turned off, Unity standalone doesn't crash. Also, if 'Start Lifetime' is set to other numbers, like 10, 100, 1000, Unity standalone also doesn't crash. Everything works correctly in the Editor.
Reproduced with: 5.5.0b11, 5.5.0f3, 5.6.0b2
Not reproducible: 5.3.6f1, 5.4.2f2, 5.5.0b1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
bsullivan_bpr
Dec 21, 2016 03:48
Seen this on 5.5.0p2 as well.