Search Issue Tracker
Fixed in 2022.3.17f1
Fixed in 2022.3.X, 2023.2.X, 2023.3.X, 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
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
Resolution Note (fix version 2023.3):
Fixes editor binding exceptions happening when a SerializedObject has been modified then disposed in build profile list view when renaming build profile asset.