Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
2019.2.0a3
2019.2.0a4
Issue ID
1129911
Regression
Yes
LinuxStandalone32 causes ArgumentException when mentioned in includePlatforms of .asmdef file
How to reproduce:
1. Create a new Unity project
2. Drag and drop the attached "File.asmdef" file into the Assets folder (in the Project window)
3. Click on the file
4. Observe the Console window
Expected result: No errors; the occurrence of Linux 32-bit is automatically removed from the 'includePlatforms' of an .asmdef file.
Actual result: "Platform name 'LinuxStandalone32' not supported." and "ArgumentException: Unknown platform 'LinuxStandalone32'" console errors are thrown; thus, Play mode cannot be entered.
Reproducible with - 2019.2.0a3, 2019.2.0a6
Not reproducible with - 2017.4.21f1, 2018.3.7f1, 2019.1.0b5, 2019.2.0a2
Note: "ArgumentException: Unknown platform 'LinuxStandalone32'" occurs only on 2019.2.0a6 (when clicking on "File.asmdef" file)
Fixed in 2019.2.0a13
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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Resolution Note (fix version 2019.2):
LinuxStandalone32 is now declared as a deprecated platform.