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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Package signature validation unexpectedly return an invalid signature status if the validation check is done after the code signing certificate validaty range has passed
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
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.