Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
0
Found in
2018.1.0b9
Issue ID
1010811
Regression
No
Scripting Runtime Version didn't change from outside.
How to reproduce:
1. Create a new project
2. Add a c# script
3. Set Scripting Runtime Version to legacy (3.5)
4. Close editor
5. Copy ProjectSettings.asset and store it outside the project
7. Set Scripting Runtime Version to stable (4.x)
8. Close editor
9. Replace ProjectSettings/ProjectSettings.asset with the previous version of the file stored in step 5.
Actual result: Scripting Runtime Version didn't change from outside when you switch scripting runtimes from 3.5 to 4.x and vice versa we can't really change Scripting Runtime Version by just reading the ProjectSettings/ProjectSettings.asset file (e.g. using source control software), it always must be changed manually in PlayerSettings inside Unity Editor
Reproduced with: 2018.1.0b10
Not reproduced with: 2017.3.1p4, 2018.1.0b8, 2018.2.0a4
Regression since: 2018.1.0b9
----------------
Fixed on:
2018.1.0b12, 2018.2.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
Add comment