Search Unity

TextMesh Pro dependencies

Discussion in 'UGUI & TextMesh Pro' started by flipflopgames, Jul 13, 2018.

  1. flipflopgames

    flipflopgames

    Joined:
    Nov 6, 2017
    Posts:
    1
    Hi there!

    With the new (2018.2.0) package manager is now possible to disable built-in packages you really don't need and help improve performance and build size.

    I'm creating a game that doesn't use Physics nor IMGUI (due to a very restricted build target) and I'm trying to remove them from the dependencies but it seems that TextMesh Pro depends on them.

    Is that a way I can remove those dependencies? I'm using TextMesh Pro as a package as well.
     
  2. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    TextMesh Pro does have a dependency on the Canvas system / UGUI which in turn has a dependency on Physics for the Raycasting.

    Short term there is no easy solution to get around this but this is something that I most certainly want to remedy going forward.
     
    flipflopgames likes this.