Search Issue Tracker
Fixed in 6000.0.23f1
Fixed in 6000.0.X, 7000.0.0a17, future release
Votes
0
Found in
6000.0.0b16
6000.1.0a7
Issue ID
UUM-70188
Regression
No
[Player Settings] [Common] [Configuration] - Scripting Backend - Non active build profile should check its player settings scripting backend and not global one to display warning
Steps to reproduce:
1. Open File > Build Profiles
2. Create two build profiles and player settings to them (press Customize Player Settings)
3. Change the scripting backend to IL2CPP (make sure it's not installed) and then make the build profile active. Make sure the other one is set to Mono
Actual results: All build profiles will show the script backend warning in the UI, even though one of them is set to Mono
Expected results: Each build profile should show the warning depending on it's player settings value
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version future release):
Verified the scripting backend warnings for a build profile are correct and independent from the value of the project setting value.
Resolution Note (fix version 6000.0):
Fixed the bug where build profiles that show a warning in their settings UI based on the scripting backend were using a method that retrieved the project settings player settings value, instead of the build profile player setting value.