Notice of breaking change in Unity 2022 for components using Text #427
SimonDarksideJ
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From Unity 2022, the UI Extensions will no longer support the older Text component that is being deprecated by Unity, all existing components using Text have been updated to support TextMeshPro (for Unity 2022 ONLY)
How will this affect you?
For Unity versions prior to 2022
There is no change, all components will continue to use the older Text components. TextMeshPro will NOT be supported.
For Unity 2022 and beyond
Any existing UI using components with the older
Text
component will need to be manually updated, to remove the oldText
component and replace it with the newerTextMeshPro
version.Feedback welcome
We hope this doesn't cause too much confusion and if there are any issues or queries, either note them here or log an issue below:
Log an Issue
Beta Was this translation helpful? Give feedback.
All reactions