microsoft / HolographicAcademy

This is the home of all code assets necessary for the Holographic Academy.
MIT License
282 stars 122 forks source link

TextMeshPro could not be found #55

Open zachwright opened 6 years ago

zachwright commented 6 years ago

I'm getting CS2001 errors for about 45 resources such as the following:

\Origami\Packages\com.unity.textmeshpro\Scripts\Runtime\TMP_UpdateRegistery.cs' could not be found. Project: Unity.TextMeshPro

I'm new to C# and Visual Studio, so I apologize if this is an obvious solution, but when trying to follow the HoloLens academy videos and using the source files, I get these errors. Is TextMeshPro something I should download on my own, or are they supposed to be included in these source files?

Thanks!

keveleigh commented 6 years ago

Huh, we don't use TextMeshPro in any of the Academy courses.

Which version of Unity are you using?

KI07 commented 6 years ago

Had exactly the same issue. For me it worked to remove the preinstalled Package TextmeshPro. In Unity go to "Window" --> Package Manager --> under Packages: remove TextmeshPro

keveleigh commented 6 years ago

Linking with https://github.com/MicrosoftDocs/mixed-reality/issues/557, which came to the same conclusion as the comment above. Thanks for the solution!

zachwright commented 6 years ago

Sorry, still very new to the Visual Studio/C#/Unity world. Thanks for the solution! It's working now!