Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0b11
Issue ID
850673
Regression
Yes
Command line argument -buildTarget crashes Editor on etPrecompiledAssemblyMask when target platform has to switch
How to reproduce:
1. Open the attached project in Unity ( without a Library/Temp folder to force a rebuild all)
2. Switch platform to Android and close the editor)
3. Download Test.bat, tail.exe and place these files to one folder
4. Edit Test.bat
5. Change all %WORKSPACE% values to the path where your project is
6. Change %UNITY_DESTINATION_PATH% to where you want to publish
7. Installation path will translate it to "C:\Program Files\Unity550\Editor\Unity.exe" so you will need to hardcode Unity installation path to your desired path
8. Save all changes and close Test.bat file
9. Run Test.bat file
Expected result: This .bat file should switch from Android to Windows and then make a build to Windows 32 platform.
Actual result: .bat file switches from Android to Windows and crashes
Note:
- You can see editor log file in {PROJECT_ROOT}/BuildLogs/550_win32.log with the entire crash stacktrace
-Having Windows platform open in Editor and building for Windows doesn't crash, save with Android.
Reproducible: 5.5.0b11, 5.5.0f1, 5.6.0a3
Not reproducible: 5.5.0b10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment