Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a3
2019.1.0a12
Issue ID
1109270
Regression
Yes
Scripting Runtime Version is set to .NET 3.5 by default when creating new projects
The Scripting Runtime Version is currently set to .NET 3.5 by default on new projects. As of 2018.3 this should be .NET 4.x by default.
Seems to have been changed in 2019.1.0a3.
1. Install Unity
2. Launch Unity
3. Create a new project with the 3D or 2D template
4. When the project opens, go to Edit > Project Settings > Player
5. Scroll down to Configuration
6. Look at the Scripting Runtime Version
Expected Result:
The Scripting Runtime Version should be 4.x by default.
Actual Result:
The Scripting Runtime Version is 3.5.
Tested on Windows.
Occurs on:
2019.1.0a3. 2019.1.0a5, 2019.1.0a12
Does not occur on:
2018.3.0f2, 2019.1.0a1, 2019.1.0a2
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