Search Issue Tracker
Duplicate
Votes
0
Found in
2018.2.0b8
2018.2.3f1
Issue ID
1070526
Regression
Yes
Unity crashes in a build when a GameObject has components that belong to the obsolete particle system
Repro steps:
1. Open user attached project
2. Open scene "GameScene"
3. File -> Build and Run
Expected: Build runs normally
Actual: Build crashes after a few seconds
Reproducible with: 2018.2.4f1
Not reproducible with: 2018.1.9f1, 2018.2.0b7, 2018.3.0a9
Notes:
- Couldn't test with previous versions due to some errors being thrown in the project
- Two things necessary for the crash to reproduce:
1. The "GameController" GameObject contains a script component, "BuildPrefabs" that contains a reference (called "Hypnotic Ind 1FX") to a prefab called "HI_fx". This prefab has components that belong to the old, deprecated, particle system.
2. The "GameController" GameObject contains a script component, "Payment". In the Payment class's awake() function, a call is made to a function belonging to the asset store asset called I2 Localization Manager. That function is LocalizationManager.GetTranslation().
- User was able to fix this issue by updating all objects that use the obsolete particle components
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
This is a duplicate of issue #1054584