Search Issue Tracker
Duplicate
Votes
0
Found in
2018.2.0b8
Issue ID
1050206
Regression
No
In Editor ENABLE_MONO condition is false when player settings is set to .NET or IL2CPP
Steps to reproduce:
1. Download 1050206_repro.zip and open "SampleScene" scene
2. Change platform to UWP.
3. Open Player Settings and change Scripting backend to IL2CPP
3. Enter play mode
4. Notice that in Console window ENABLE_DOTNET is printed
5. Change Scripting backend to .NET
6. Notice that in Console window ENABLE_DOTNET is printed
Expected results: when scripting backend is set to .NET or IL2CPP in Editor ENABLE_MONO condition should be true.
Actual results: ENABLE_DOTNET is true regardless of what backend is used.
Reproduced with: 2018.3.0a2, 2018.2.0b9, 2018.1.5f1, 2017.4.6f1, 2017.1.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Add comment