RTLTMPro icon indicating copy to clipboard operation
RTLTMPro copied to clipboard

Outdated Class Reference in RTLTMPro Unity Package (TMP_EditorPanelUi Not Found)

Open mr-enx opened this issue 7 months ago • 1 comments

Hi there,

I'm encountering issues when importing the RTLTMPro unitypackage into a new, empty project. I receive the following errors during compilation:

Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' In RTLTextMeshProEditor.cs, an error indicating that the type or namespace name 'TMP_EditorPanelUi' does not exist in the namespace 'TMPro.EditorUtilities'. It seems that the package is referencing outdated class names from TextMeshPro. In the latest versions of TextMeshPro, TMP_UiEditorPanel has been renamed to TMP_EditorPanelUi (or vice versa), and this discrepancy is causing the errors.

Since these issues occur even in a fresh project, I suspect that the unitypackage may not be updated to work with the latest Unity or TextMeshPro versions. Could you please advise on how to resolve these issues or provide an updated version of the package?

mr-enx avatar Mar 07 '25 06:03 mr-enx