Obey kaybey,
Here's the deal. I am getting this error in unity after importing and attempting to use the fix for the text mesh issue.
So, I am using Unity 2019.3.7f1
I imported the tools and it returned this error:
Assembly 'Assets/Plugins/KSPAssets/KSPAssetCompiler.dll' will not be loaded due to errors:
Unable to resolve reference 'TextMeshPro-2017.1-1.0.56-Runtime'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
I found that the link to the required version of text mesh was broken. I tried the workaround linked in the forum post for the tools and got this.
Assets\Plugins\KSPAssets\editor\NewBehaviourScript.cs(7,7): error CS0246: The type or namespace name 'ReeperCommon' could not be found (are you missing a using directive or an assembly reference?)
Do I need the file I cannot get from unity for the working Text Mesh? Have I done something else wrong like a incorrect version of unity?
If I am missing the answer on the forums please point me in the right direction.
EDIT: Should have put this in the help section if you would please move it
EDIT EDIT: Also was the ReadMe in the KSPAssests file gutted or can I find it elsewhere?