I have a bunch of UI fields with the added "UI Localization" component, with no changes to it (using default fields)
Is there a quick way I can import all fields in the project in my Text Table?
Or do I manually have to copy each "text" and paste it into a "+" new field in the Text Table window?
Text table fields
Text table fields
- Attachments
-
- Text Table Window.png (7.58 KiB) Viewed 164 times
Re: Text table fields
Just saw this in the changelog notes:
"Improved: Text Table Editor now has gear menu > Import > From Localize UI menu feature."
Also in Version 2.2.31:
Added: Localized Fonts.
What scripts could I update without updating the whole package, to get localized fonts functionality?
"Improved: Text Table Editor now has gear menu > Import > From Localize UI menu feature."
Also in Version 2.2.31:
Added: Localized Fonts.
What scripts could I update without updating the whole package, to get localized fonts functionality?
Re: Text table fields
Hi,
Try importing these files:
Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs
Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs
Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs
Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs
Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs
Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs
Or just the entire Plugins/Pixel Crushers/Common/Scripts folder.
In either case, back up your project first, just to be safe.
Try importing these files:
Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs
Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs
Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs
Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs
Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs
Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs
Or just the entire Plugins/Pixel Crushers/Common/Scripts folder.
In either case, back up your project first, just to be safe.