LocalizeUIText error after upgrade to 2.x
Posted: Mon Mar 18, 2019 3:37 pm
Hi -
I'm getting a couple compile errors after updating to the latest version, both from the same line in LocalizeUIText.cs. Here's the first:
If I look in GlobalTextTable.cs, I see a static string currentLanguage but no currentGlobalLanguageValue.
Feels like I may have had a problem with the import, but I'm not sure how to fix. (I also use Love/Hate, if that helps.)
Thanks!
-m.
I'm getting a couple compile errors after updating to the latest version, both from the same line in LocalizeUIText.cs. Here's the first:
Code: Select all
Assets/Plugins/Pixel Crushers/Common/Scripts/Text/LocalizeUIText.cs(106,80): error CS0117: `PixelCrushers.GlobalTextTable' does not contain a definition for `currentGlobalLanguageValue'
Feels like I may have had a problem with the import, but I'm not sure how to fix. (I also use Love/Hate, if that helps.)
Thanks!
-m.