Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.3.0b5
Issue ID
1087737
Regression
No
Crash that originates in PrefabImporter::OnAssembliesLoaded()
Steps:
1. Create a New 2D Project
2. Import the attached package ("repro-package.unitypackage")
3. Various dialog boxes will pop - say yes/install to each one
4. Eventually, there will be some errors about unsafe code. In the Players settings > Other Settings > Enable "unsafe" code
5. Wait for 5 - 10 minutes
Result: Editor crashes.
Reproduced with: 2018.3.0b5
Not reproduced with: 2017.4.12f1, 2018.1.9f2, 2018.2.12f1, 2019.1.0a3.
Note: the attached package is made with Unity 2018.2.
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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Resolution Note (2018.3.X):
This no longer happens after a number of fixes on our main development branch (2019.1).
However, there was a lot of scripts that did not compile out of the box on this repro project, and fixing them did not cause any further crashes.
Another fix for bug case 1086779, which has been backported to 2018.3 is assume to fix this.