Hello
I am current working on a unity project and I get the following error
Assets\TextMesh Pro\Examples & Extras\Scripts\TMP_FrameRateCounter.cs(46,27): error CS1061: ‘TextMeshPro’ does not contain a definition for ‘textWrappingMode’ and no accessible extension method ‘textWrappingMode’ accepting a first argument of type ‘TextMeshPro’ could be found (are you missing a using directive or an assembly reference?)
I am new to unity and not sure why I am getting this error
I have tried different versions of TM-P and I get the same error on all
Thanks!