Error after updating
5 years 6 months ago #3790
by ellen
Error after updating was created by ellen
Hi,
I just added I2 to a new project. Only thing I have done before this is importing Textmesh Pro, Cinemachine and Unity IAP. And when adding latest i2 I get this error:
Assets/I2/Localization/Scripts/Editor/Localization/LocalizationEditor_Terms_Description.cs(508,40): error CS0117: `I2.Loc.eTermType' does not contain a definition for `TextMeshPFont'
I just added I2 to a new project. Only thing I have done before this is importing Textmesh Pro, Cinemachine and Unity IAP. And when adding latest i2 I get this error:
Assets/I2/Localization/Scripts/Editor/Localization/LocalizationEditor_Terms_Description.cs(508,40): error CS0117: `I2.Loc.eTermType' does not contain a definition for `TextMeshPFont'
Please Log in or Create an account to join the conversation.
5 years 6 months ago #3792
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic Error after updating
Most likely you have a compile error in some script in your project and is causing the editor to not access the correct enum values.
My suggestion is to remove 'TextMeshPro' from your script define symbols to disable TextMeshPro integration with I2 Localization.
inter-illusion.com/assets/I2Localization...lizationTargets.html
Check that there is no other compile errors in your project.
Then, reenable the integration by adding TextMeshPro again into the Script define symbols.
My suggestion is to remove 'TextMeshPro' from your script define symbols to disable TextMeshPro integration with I2 Localization.
inter-illusion.com/assets/I2Localization...lizationTargets.html
Check that there is no other compile errors in your project.
Then, reenable the integration by adding TextMeshPro again into the Script define symbols.
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
Time to create page: 0.125 seconds