Skip to content

Commit

Permalink
Remove TMPro import in command line builds (#11523)
Browse files Browse the repository at this point in the history
* Fix TMPro import in command line builds

* Revert change to try and import TextmeshPro assets

* Test Kurtis' TMPro pipeline build step

* Revert "Test Kurtis' TMPro pipeline build step"

This reverts commit 9d22dfa.
  • Loading branch information
shaynie committed Apr 28, 2023
1 parent 618f183 commit 41a7766
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public static void StartCommandLineBuild()
}
catch (Exception e)
{
EnsureTMPro();
Debug.LogError($"Build Failed!\n{e.Message}\n{e.StackTrace}");
success = false;
}
Expand Down

0 comments on commit 41a7766

Please sign in to comment.