Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

[2018.1.0f2] TextMeshPro and UWP

Discussion in 'Windows' started by Blue007422, May 25, 2018.

  1. Blue007422

    Blue007422

    Joined:
    Mar 2, 2017
    Posts:
    7
    Hello,

    I'm trying to build a new projet with only TextMeshPro inside (installed from the Package Manager) on UWP with :

    Scripting Runtime Version -> .NET 4.x Equivalent
    Scripting Backend -> .NET
    Api Compatibility Level -> .NET 4.x

    Compilation -> Use NetCore

    I'm also building it as Unity C# Projects.
    My build in Unity has no problem, I'm able to open my Visual Studio project but i can't compile it, you can see the errors I get in the .png below.

    Version :
    - Unity 2018.1.0f2
    - TextMeshPro 1.2.2

    What should I do in order to be able to build my project ?

    Thanks in advance,

    Valentin
     

    Attached Files:

  2. Blue007422

    Blue007422

    Joined:
    Mar 2, 2017
    Posts:
    7
    Okay, so I've solved the problem by taking the folder com.unity.textmeshpro@1.2.2 that I could find in %appdata%/../Local/Unity/cache/packages/packages.unity.com and put it in %myProject%/Packages/

    It's not the best solution but it worked.

    Valentin
     
  3. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,524
    Can we get a bug report on this?