Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
Issue ID
858327
Regression
No
Mac Editor crashes at end of Android APK build or project export
Steps to reproduce:
1. Open new project
2. Switch to iOS or Android
3. Go to 'Player Settings' and change the following options:
- Scripting Backend: Mono2x
- Stripping Level: 'Strip Byte Code' or 'Use micro mscorlib'
4. Trigger a build
5. Before 'AOT' part in the building progress bar shows up, drag some other window on top of Unity's progress bar and focus it so that the progress bar becomes hidden
6. Wait a couple seconds, Unity Editor will crash
Notes:
This might be happening on some different setups as well (besides Mono2x scripting backend and 'Strip Byte Code' or 'Use micro mscorlib' stripping levels), but I was only able to reproduce this issue on these conditions.
Building for Android with the same scripting backend and stripping levels doesn't crash the editor.
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
JanusAnderson
Mar 10, 2017 13:06
How about 5.4? I have a live game and I'm unable to make builds from my macbook now because of this.
azix
Mar 02, 2017 10:26
Will this fix be backported to Unity 5.5 ?
I use a custom build function that makes use of EditorUtility.DisplayProgressBar and Unity is constantly crashing even before the build has completed