Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.2.X
Votes
0
Found in
2021.2
2022.1
Issue ID
1348577
Regression
No
UI Toolkit Package Asset Converter is missing Text Core assets conversion
Assets from Text Core that were created while using the UI Toolkit package are not converted to be compatible with 2021.2 when using the conversion tool.
Steps to reproduce:
1. Create an empty project with Unity 2020.3
2. Add the UI Toolkit package (version preview.14) by typing "com.unity.ui" on the Package Manager (add package from git URL option).
3. Create a PanelSettings somewhere in the project. Notice there's now a folder "UI Toolkit/Resources" with subfolders containing different Text Core assets (FontAsset, SpriteAsset, TextColorGradient, TextSylesheet).
4. Close Unity.
5. Open either a recent Unity 2021.2 or trunk (2022.1) and open the project created in step 1.
6. Select Window > UI Toolkit > Package Asset Converter and click the "Convert" button.
Expected result: the Text Core assets inside the "UI Toolkit/Resources" subfolders are recognized as valid assets.
Actual result: the Text Core assets inside the "UI Toolkit/Resources" subfolders are shown as "missing (Mono Script)" and are therefore not valid.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Scene flickers with a green tint when using Screen Space Ambient Occlusion and Contact Shadows with raytracing
- Scripts with null Components on GameObjects are not removed when calling GameObjectUtility.RemoveMonoBehavioursWithMissingScript
- Color Curve Key values remain visible after changing Curve type
- Selection highlight is drawn in an Animation Window when clicking in another Animation Window after highlighting items in the first one
- “Hue Vs Hue (Overriding)” text doesn’t fit within Color Curves dropdown bounds
Add comment