Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
Issue ID
1413469
Regression
No
[UI Builder] "Could not resolve template with name" when hovering on missing template in the UIBuilder Library
Steps to reproduce:
1. Open Window->UI Toolkit->UI Builder
2. Select the Project tab in the Library menu
3. Open the UnityEngine->UIElements dropdown item
4. Scroll down to find an item called "Instance"
5. Hover over it to see an error in the console
Expected result: No errors and perhaps no Instance item in the Library?
Actual result: A seemingly pointless Instance item is available to the user and an error is thrown.
Reproducible with: 2021.1.20f1, 2021.2.8f1, 2022.1.0a1, 2022.1.0b2, 2022.2.0a9,
Could not resolve template with name ''
UnityEngine.UIElements.UxmlFactory`2<UnityEngine.UIElements.TemplateContainer, UnityEngine.UIElements.TemplateContainer/UxmlTraits>:Create (UnityEngine.UIElements.IUxmlAttributes,UnityEngine.UIElements.CreationContext)
Unity.UI.Builder.BuilderLibraryProjectScanner/<>c__DisplayClass5_1:<ImportFactoriesFromSource>b__0 ()
Unity.UI.Builder.BuilderLibraryView:OnItemMouseEnter (UnityEngine.UIElements.MouseEnterEvent)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment