Search Issue Tracker
Fixed
Fixed in 2022.3.17f1, 2023.2.5f1, 2023.3.0b1
Votes
0
Found in
2022.3.15f1
2023.2.3f1
2023.3.0a15
Issue ID
UUM-57406
Regression
No
Build Profile window (list view) throws an error every tick when renaming a build profile in Project hierarchy view
We have a window with a list view that is based on build profile scriptable objects as the itemsSource. We've noticed that when manually renaming the file in the Project Hierarchy we keep getting the error in the attached callstack file (until we manually delete the list view entry). This is how to repro it:
-Make sure build profile diagnostic flag is enabled (in Edit > Preferences > Diagnostics > Editor > EnableBuildProfileWorkflow)
-Open build settings
-Create new custom build profile (Press Add Build Profile on top left)
-Find that build profile in the project hierarchy (it will be in Assets/Settings/BuildProfiles)
-Rename the asset in the Project Hierarchy with the build profile window opened (the one opened from the build settings)
-Check the console. It will throw an error every frame until you delete the respective build profile in the build profile window list view
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
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Resolution Note (fix version 2023.3.0b1):
Fixes editor binding exceptions happening when a SerializedObject has been modified then disposed in build profile list view when renaming build profile asset.