com.unity.ugui 3.0.0-exp.3

com.unity.ugui

Source docs
Notes: processedReleased July 19, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2023.2

Package Dependencies

  • com.unity.modules.imgui (1.0.0)
  • com.unity.modules.ui (1.0.0)

🔄 Changes

  • Fixed TextMeshPro crash when upgrading materials. Case #TMPB-187
  • Ensured PreferredHeight handles various line heights correctly in TextMeshPro. Case #TMPB-165
  • Set FaceInfo setter to public in TextMeshPro. Case #TMPB-182
  • Ensured FontCreationSettings are not exported in a build in TextMeshPro. Case #TMPB-202
  • Ensured sprites used correct indexes in TextMeshPro. Case #TMPB-200
  • Made Maskable now propagates to SubMesh in TextMeshPro. Case #TMPB-191
  • Added missing \_ScaleRatioA to HDRP and URP shaders in TextMeshPro. Case #TMPB-169
  • Fixed TextCore crash when upgrading materials. Case #UUM-32513