Search Issue Tracker
Fixed
Fixed in 2021.3.41f1, 2022.3.37f1, 6000.0.10f1, 7000.0.0a1
Votes
0
Found in
2021.3.19f1
2022.3.0f1
6000.0.0b16
Issue ID
UUM-73363
Regression
No
Build Target Extension is using BuiltTarget.ToString() instead of NamedBuildTarget.
BuiltTargetExtensions and QualitySettings API are excluding/including platforms by string
There might be a missmatch between what the UI inserts, as the UI works NamedBuildTarget and all the API can be called with BuiltTarget.ToString().
Modify the current API to make sure it always works with an string that comes from NamedBuildTarget, otherwise do the translation.
Modify Unit test on Smoke test for BuiltTarget extension.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
Add comment